Skip to content
Snippets Groups Projects
Commit 2f1aca38 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: request-promise should be a real dependency, not "devDependency"

parent fd566b27
No related branches found
No related tags found
No related merge requests found
...@@ -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": ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment