Skip to content

Commit a829fb7

Browse files
authored
Fix reorder options (#96)
* fixing some gl i18n * updating dnd library * using latest dnd list lib version
1 parent d650ed8 commit a829fb7

File tree

5 files changed

+192
-114
lines changed

5 files changed

+192
-114
lines changed

.bowerrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"directory" : "bower_components"
2+
"registry": "https://registry.bower.io",
3+
"directory" : "bower_components"
34
}

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"angular-bootstrap": "0.10",
5050
"angular-moment": "~0.8.2",
5151
"angular-cookies": "~1.2",
52-
"angular-drag-and-drop-lists": "~1.2.0",
52+
"angular-drag-and-drop-lists": "2.1.0",
5353
"less.js": "~1.6",
5454
"i18next": "1.9.0",
5555
"ng-i18next": "0.4.2",
@@ -71,4 +71,4 @@
7171
"moduleType": [],
7272
"license": "MIT",
7373
"private": true
74-
}
74+
}

0 commit comments

Comments
 (0)