Skip to content

Commit ab93392

Browse files
committed
Added angular-drag-and-drop-lists as a dependency
1 parent 9984a36 commit ab93392

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bower.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"dependencies": {
4040
"angular": "1.3.0 - 1.5.*",
4141
"angular-animate": "1.3.0 - 1.5.*",
42+
"angular-drag-and-drop-lists": "2.0.0",
4243
"angular-sanitize": "1.3.0 - 1.5.*",
4344
"angular-bootstrap": "0.14.x",
4445
"lodash": "3.x",

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"dependencies": {
1111
"angular": "1.3.0 - 1.5.*",
1212
"angular-animate": "1.3.0 - 1.5.*",
13+
"angular-drag-and-drop-lists": "2.0.0",
1314
"angular-sanitize": "1.3.0 - 1.5.*",
1415
"angular-ui-bootstrap": "0.14.x",
1516
"lodash": "3.x",
@@ -45,9 +46,6 @@
4546
"nsp": "^2.6.1",
4647
"patternfly-eng-release": "~3.20.0"
4748
},
48-
"optionalDependencies": {
49-
"angular-drag-and-drop-lists": "2.0.0"
50-
},
5149
"scripts": {
5250
"test": "grunt test"
5351
},

0 commit comments

Comments
 (0)