Skip to content

Commit

Permalink
Merge pull request #1830 from simov/dep-ranges
Browse files Browse the repository at this point in the history
Bring back tilde ranges for all dependencies
  • Loading branch information
simov committed Oct 9, 2015
2 parents fe4816a + 0d921b9 commit 655d05c
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -22,25 +22,25 @@
},
"main": "index.js",
"dependencies": {
"bl": "1.0.0",
"caseless": "0.11.0",
"extend": "3.0.0",
"forever-agent": "0.6.1",
"form-data": "1.0.0-rc3",
"json-stringify-safe": "5.0.1",
"mime-types": "2.1.7",
"node-uuid": "1.4.3",
"qs": "5.2.0",
"tunnel-agent": "0.4.1",
"tough-cookie": "2.1.0",
"http-signature": "0.11.0",
"oauth-sign": "0.8.0",
"hawk": "3.1.0",
"aws-sign2": "0.5.0",
"stringstream": "0.0.4",
"combined-stream": "1.0.5",
"isstream": "0.1.2",
"har-validator": "2.0.2"
"bl": "~1.0.0",
"caseless": "~0.11.0",
"extend": "~3.0.0",
"forever-agent": "~0.6.1",
"form-data": "~1.0.0-rc3",
"json-stringify-safe": "~5.0.1",
"mime-types": "~2.1.7",
"node-uuid": "~1.4.3",
"qs": "~5.2.0",
"tunnel-agent": "~0.4.1",
"tough-cookie": "~2.1.0",
"http-signature": "~0.11.0",
"oauth-sign": "~0.8.0",
"hawk": "~3.1.0",
"aws-sign2": "~0.5.0",
"stringstream": "~0.0.4",
"combined-stream": "~1.0.5",
"isstream": "~0.1.2",
"har-validator": "~2.0.2"
},
"scripts": {
"test": "npm run lint && npm run test-ci && npm run test-browser",
Expand Down

0 comments on commit 655d05c

Please sign in to comment.