Skip to content

Commit

Permalink
[UPDATE] package.json devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jul 15, 2016
1 parent 2b585ef commit ad5fabe
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -10,22 +10,22 @@
"bower": "bower install"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-assemble": "0.4.0",
"grunt-build-control": "0.6.2",
"grunt-concurrent": "2.1.0",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "0.12.0",
"grunt-contrib-watch": "0.6.1",
"grunt-import": "0.1.7",
"grunt-jscs": "2.7.0",
"grunt-newer": "1.1.1",
"grunt-notify": "0.4.3",
"jshint-stylish": "2.1.0",
"load-grunt-config": "0.19.1",
"time-grunt": "1.3.0"
"grunt": "1.0.1",
"grunt-assemble": "0.4.0",
"grunt-build-control": "0.7.0",
"grunt-concurrent": "2.3.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-import": "1.0.3",
"grunt-jscs": "3.0.1",
"grunt-newer": "1.2.0",
"grunt-notify": "0.4.5",
"jshint-stylish": "2.2.0",
"load-grunt-config": "0.19.2",
"time-grunt": "1.3.0"
},
"engines": {
"node": ">=6.0.0",
Expand Down

0 comments on commit ad5fabe

Please sign in to comment.