Navigation Menu

Skip to content

Commit

Permalink
Added nodeunit as devDependency
Browse files Browse the repository at this point in the history
nodeunit is needed as a direct dependency for grunt tasks zone and zones.
  • Loading branch information
ichernev committed Apr 3, 2013
1 parent a23dde6 commit 6562df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -38,6 +38,7 @@
"devDependencies" : { "devDependencies" : {
"uglify-js" : "latest", "uglify-js" : "latest",
"grunt" : "latest", "grunt" : "latest",
"nodeunit" : "latest",
"grunt-contrib-jshint" : "latest", "grunt-contrib-jshint" : "latest",
"grunt-contrib-nodeunit" : "latest", "grunt-contrib-nodeunit" : "latest",
"grunt-contrib-concat" : "latest", "grunt-contrib-concat" : "latest",
Expand Down

0 comments on commit 6562df3

Please sign in to comment.