Skip to content

Commit

Permalink
Merge pull request #467 from f3rno/fix-mv-babel-deps-to-dev
Browse files Browse the repository at this point in the history
Fix: Move babel deps to dev-deps
  • Loading branch information
f3rno authored Mar 8, 2019
2 parents f25df58 + 9aee859 commit a576c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"homepage": "http://bitfinexcom.github.io/bitfinex-api-node/",
"devDependencies": {
"bfx-api-mock-srv": "git+https://github.com/bitfinexcom/bfx-api-mock-srv.git",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^3.4.1",
"cli-table2": "^0.2.0",
"dotenv": "^4.0.0",
Expand All @@ -60,9 +63,6 @@
"standard": "^10.0.2"
},
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bfx-api-node-models": "^1.0.7",
"bfx-api-node-rest": "^1.0.7",
"bfx-api-node-util": "^1.0.1",
Expand Down

0 comments on commit a576c57

Please sign in to comment.