Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 0c88d07

Browse files
Add run-time dependencies
The run-time dependencies when pulled in through NPM do not match the run-time dependencies listed in the Bower package. This means that when using NPM for dependency management the package's dependencies will not be pulled in. This update simply makes the dependencies in package.json match those of bower.json.
1 parent 248ff43 commit 0c88d07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"license": "MIT",
77
"homepage": "http://angular-ui.github.com",
88
"main": "./src/sortable.js",
9-
"dependencies": {},
9+
"dependencies": {
10+
"angular": ">=1.2.x",
11+
"jquery": ">=3.1.x",
12+
"jquery-ui": ">=1.12.x"
13+
},
1014
"devDependencies": {
1115
"angular-ui-publisher": "1.2.x",
1216
"grunt": "~0.4.x",

0 commit comments

Comments
 (0)