Skip to content

Commit 0a6673b

Browse files
committed
updated dependencies
1 parent 4baae6c commit 0a6673b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
},
2727
"devDependencies": {
2828
"grunt": "~0.4.4",
29-
"grunt-contrib-uglify": "~0.4.0",
30-
"grunt-contrib-less": "~0.11.0",
31-
"grunt-contrib-watch": "~0.6.1",
32-
"grunt-banner": "~0.2.2",
29+
"grunt-banner": "^0.2.3",
30+
"grunt-bump": "0.0.13",
31+
"grunt-contrib-connect": "~0.7.1",
3332
"grunt-contrib-copy": "~0.5.0",
3433
"grunt-contrib-jshint": "~0.10.0",
35-
"grunt-bump": "0.0.13",
36-
"load-grunt-tasks": "~0.4.0",
37-
"grunt-contrib-connect": "~0.7.1"
34+
"grunt-contrib-less": "^0.11.4",
35+
"grunt-contrib-uglify": "^0.4.1",
36+
"grunt-contrib-watch": "~0.6.1",
37+
"load-grunt-tasks": "~0.4.0"
3838
},
3939
"scripts": {
4040
"postinstall": "bower install"

0 commit comments

Comments
 (0)