Skip to content

Commit

Permalink
Merge pull request #273 from Alaneor/update-deps
Browse files Browse the repository at this point in the history
Update dependencies and relax version restrictions
  • Loading branch information
ryanseys committed Sep 17, 2014
2 parents 75603bf + d773636 commit d59ab48
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@
"client library"
],
"dependencies": {
"async": "0.2.10",
"gapitoken": "0.1.2",
"multipart-stream": "1.0.0",
"request": "2.37.0"
"async": "~0.9.0",
"gapitoken": "~0.1.2",
"multipart-stream": "~1.0.0",
"request": "~2.40.0"
},
"devDependencies": {
"coveralls": "^2.11.1",
"istanbul": "~0.3.2",
"js-beautify": "1.5.1",
"jsdoc": "3.3.0-alpha9",
"js-beautify": "^1.5.1",
"jshint": "^2.5.5",
"mkdirp": "0.5.0",
"mocha": "1.8.1",
"nock": "0.42.1",
"rimraf": "2.2.8",
"swig": "1.3.2",
"url": "0.7.9",
"minimist": "1.1.0"
"jsdoc": "~3.3.0-alpha9",
"mkdirp": "~0.5.0",
"mocha": "^1.8.1",
"nock": "~0.46.0",
"rimraf": "^2.2.8",
"swig": "^1.4.2",
"url": "~0.10.1",
"minimist": "^1.1.0"
},
"scripts": {
"lint": "jshint lib test scripts apis",
Expand Down

0 comments on commit d59ab48

Please sign in to comment.