Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Fix dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 9, 2014
1 parent 3305a80 commit d90b1b7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
"dyson": "./bin/dyson.js"
},
"dependencies": {
"body-parser": "^1.6.2",
"cookie-parser": "^1.3.2",
"cors": "^2.4.1",
"express": "^4.8.2",
"lodash": "*",
"ncp": "^0.6.0",
"request": "^2.40.0",
"static-favicon": "^1.0.2",
"when": "^3.4.3"
"body-parser": "1.6.2",
"cookie-parser": "1.3.2",
"cors": "2.4.1",
"express": "4.8.2",
"lodash": "2.4.1",
"ncp": "0.6.0",
"request": "2.40.0",
"static-favicon": "1.0.2",
"when": "3.4.3"
},
"devDependencies": {
"dyson-generators": "^0.1.1",
"dyson-image": "^0.1.3",
"mocha": "^1.21.4",
"should": "^4.0.4",
"sinon": "^1.10.3",
"supertest": "^0.13.0"
"dyson-generators": "0.1.1",
"dyson-image": "0.1.3",
"mocha": "1.21.4",
"should": "4.0.4",
"sinon": "1.10.3",
"supertest": "0.13.0"
},
"scripts": {
"test": "make test"
Expand Down

0 comments on commit d90b1b7

Please sign in to comment.