-
- Downloads
Fix: request-promise should be a real dependency, not "devDependency"
... | @@ -58,6 +58,7 @@ | ... | @@ -58,6 +58,7 @@ |
"q": "1.1.2", | "q": "1.1.2", | ||
"q-io": "1.13.2", | "q-io": "1.13.2", | ||
"request": "2.31.0", | "request": "2.31.0", | ||
"request-promise": "0.4.2", | |||
"scryptb": "6.0.4", | "scryptb": "6.0.4", | ||
"sha1": "1.1.0", | "sha1": "1.1.0", | ||
"sqlite3b": "3.1.2", | "sqlite3b": "3.1.2", | ||
... | @@ -77,7 +78,6 @@ | ... | @@ -77,7 +78,6 @@ |
"mocha": "2.2.5", | "mocha": "2.2.5", | ||
"mocha-eslint": "0.1.7", | "mocha-eslint": "0.1.7", | ||
"mocha-lcov-reporter": "1.0.0", | "mocha-lcov-reporter": "1.0.0", | ||
"request-promise": "0.4.2", | |||
"sha1": "", | "sha1": "", | ||
"should": "", | "should": "", | ||
"supertest": "" | "supertest": "" | ||
... | ... |
Please register or sign in to comment