Skip to content

Commit

Permalink
Updated all grunt dependencies to see if this fixes the builds on Tra…
Browse files Browse the repository at this point in the history
…vis, plus ensured all dependencies were against fixed versions, since we're not trying to run a continuous integration test against our upstream dependencies.
  • Loading branch information
dchambers committed Oct 14, 2014
1 parent 0687c68 commit 4686e10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
],
"dependencies" : {},
"devDependencies": {
"jasmine-node": "1.14.x",
"grunt": "0.4.x",
"grunt-cli": "0.1.x",
"grunt-saucelabs": "8.3.x",
"grunt-contrib-connect": "~0.1.2",
"grunt-contrib-watch": "~0.2.0"
"jasmine-node": "1.14.5",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-saucelabs": "8.3.2",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-watch": "0.6.1"
},
"scripts": {
"test": "jasmine-node --verbose spec",
Expand Down

0 comments on commit 4686e10

Please sign in to comment.