Skip to content

Commit

Permalink
Some external dep have broken the build :(
Browse files Browse the repository at this point in the history
Try to force all deps to specific version
  • Loading branch information
stianeikeland committed Jun 8, 2016
1 parent 3a6645c commit 25367bd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"watch": "node_modules/.bin/mocha --compilers coffee:coffee-script/register --watch"
},
"dependencies": {
"deasync": "^0.1.1",
"request": "^2.60.0",
"underscore": "^1.8.2",
"url-parse": "^1.0.5"
"deasync": "0.1.1",
"request": "2.60.0",
"underscore": "1.8.2",
"url-parse": "1.0.5"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"mocha": "^2.1.0",
"nock": "^2.17.0",
"should": "^5.0.1",
"simple-mock": "^0.5.0"
"coffee-script": "1.9.1",
"mocha": "2.1.0",
"nock": "2.17.0",
"should": "5.0.1",
"simple-mock": "0.5.0"
},
"keywords": [
"etcd",
Expand Down

0 comments on commit 25367bd

Please sign in to comment.