Skip to content

Commit

Permalink
Remove specific versions from dev deps and try to use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Mar 12, 2014
1 parent bb9afc6 commit 6662665
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-env": "latest",
"grunt-karma": "~0.7.2",
"grunt-karma": "latest",
"load-grunt-tasks": "latest",
"karma": "~0.11.0",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-firefox-launcher": "latest",
"karma-nodeunit": "~0.1.1",
"karma-sauce-launcher": "~0.1"
"karma-nodeunit": "latest",
"karma-sauce-launcher": "latest"
},
"scripts": {
"test": "grunt test:node"
Expand Down

0 comments on commit 6662665

Please sign in to comment.