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

Commit e3d158b

Browse files
authored
Merge pull request #547 from robertbradleyux/patch-1
Add run-time dependencies
2 parents 248ff43 + 22ba7f3 commit e3d158b

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-dist": ">=1.12.x"
13+
},
1014
"devDependencies": {
1115
"angular-ui-publisher": "1.2.x",
1216
"grunt": "~0.4.x",

0 commit comments

Comments
 (0)