Skip to content

Commit ec8e96b

Browse files
committedJun 7, 2016
#21. Moved bluebird to devDeps.
1 parent 376f551 commit ec8e96b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"url": "https://github.com/shutterstock/node-common-errors/raw/master/README.md"
1414
}
1515
],
16-
"dependencies": {
17-
"bluebird": "^3.4.0"
18-
},
16+
"dependencies": {},
1917
"devDependencies": {
2018
"mocha": "*",
2119
"sinon": "*",
@@ -24,7 +22,8 @@
2422
"express": "4.x.x",
2523
"express3": "git://github.com/dfenster/express3.git",
2624
"body-parser": "*",
27-
"lodash": "= 3.10.1"
25+
"lodash": "= 3.10.1",
26+
"bluebird": "^3.4.0"
2827
},
2928
"keywords": [
3029
"common",

0 commit comments

Comments
 (0)
Please sign in to comment.