Skip to content

Commit 9dbf1b2

Browse files
committed
Updated devDependencies
grunt-contrib-uglify v0.4.0 doesn't work with node v0.12.0
1 parent 336fab6 commit 9dbf1b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"dependencies": {},
2525
"devDependencies": {
2626
"grunt": "~0.4.5",
27-
"grunt-contrib-clean": "^0.5.0",
28-
"grunt-contrib-concat": "^0.4.0",
29-
"grunt-contrib-uglify": "^0.4.0",
30-
"load-grunt-tasks": "^0.4.0"
27+
"grunt-contrib-clean": "^0.6.0",
28+
"grunt-contrib-concat": "^0.5.0",
29+
"grunt-contrib-uglify": "^0.8.0",
30+
"load-grunt-tasks": "^3.1.0"
3131
}
3232
}

0 commit comments

Comments
 (0)