Skip to content

Commit

Permalink
Move bluebird to dev dependencies (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkvak committed Apr 1, 2020
1 parent 44a2422 commit 0764f28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,11 +47,11 @@
"lib/*"
],
"dependencies": {
"bluebird": "^3.7.1",
"lodash": "^4.17.15"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"bluebird": "^3.7.2",
"chai": "^4.2.0",
"coveralls": "^3.0.8",
"eslint": "^5.16.0",
Expand Down

0 comments on commit 0764f28

Please sign in to comment.