Skip to content

Commit

Permalink
(fix) mv babel deps to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno committed Mar 8, 2019
1 parent f25df58 commit 9aee859
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 9aee859

Please sign in to comment.