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

Commit 33894a5

Browse files
paladoxmarkelog
authored andcommitted
Update grunt to 1.0.1 and update grunt-contrib-nodeunit to 1.0.0 (#124)
grunt-cli is now included in grunt so doint need to add it separately now.
1 parent 3787cd4 commit 33894a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
"vow": "~0.4.1"
2020
},
2121
"devDependencies": {
22-
"grunt": "0.4.5",
23-
"grunt-cli": "~0.1.13",
22+
"grunt": "1.0.1",
2423
"grunt-contrib-jshint": "~1.0.0",
25-
"grunt-contrib-nodeunit": "~0.4.0",
24+
"grunt-contrib-nodeunit": "~1.0.0",
2625
"load-grunt-tasks": "^3.4.0",
2726
"time-grunt": "~1.3.0"
2827
},

0 commit comments

Comments
 (0)