Skip to content

Commit

Permalink
Updated devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Apr 9, 2015
1 parent dd3f50d commit 325cd52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -36,14 +36,14 @@
],
"main": "qunit-composite.js",
"scripts": {
"test": "grunt test"
"test": "grunt test --verbose"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-git-authors": "^1.2.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-qunit": "^0.7.0",
"grunt-git-authors": "^3.0.0",
"qunitjs": "^1.16.0"
}
}

0 comments on commit 325cd52

Please sign in to comment.