Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #80 from thisconnect/master
Browse files Browse the repository at this point in the history
moves babel to devDeps
  • Loading branch information
wanderer committed Jun 19, 2017
2 parents b01a58c + 426c57f commit 70eada0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@
},
"homepage": "https://github.com/ethereumjs/ethereumjs-util",
"dependencies": {
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"bn.js": "^4.8.0",
"create-hash": "^1.1.2",
"ethjs-util": "^0.1.3",
Expand All @@ -121,6 +119,8 @@
"secp256k1": "^3.0.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"browserify": "^14.0.0",
"contributor": "^0.1.25",
"coveralls": "^2.11.4",
Expand Down

0 comments on commit 70eada0

Please sign in to comment.