Skip to content

Commit 9b67849

Browse files
committed
Fix node 0.8.x (well npm 1.2.x) support
1 parent 8ede012 commit 9b67849

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
],
1919
"main": "lib/oauth2server.js",
2020
"dependencies": {
21-
"basic-auth": "0.0.1"
21+
"basic-auth": "~0.0.1"
2222
},
2323
"devDependencies": {
24-
"body-parser": "^1.3.1",
25-
"express": "^4.4.3",
26-
"mocha": "^1.20.1",
27-
"should": "^4.0.4",
28-
"supertest": "^0.13.0"
24+
"body-parser": "~1.3.1",
25+
"express": "~4.4.3",
26+
"mocha": "~1.20.1",
27+
"should": "~4.0.4",
28+
"supertest": "~0.13.0"
2929
},
3030
"licenses": [
3131
{

0 commit comments

Comments
 (0)