Skip to content

Commit

Permalink
Make @types/bn.js a dependency instead of a devDependency (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado authored and s1na committed Jun 25, 2019
1 parent 47f8bfa commit 3b28716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
},
"homepage": "https://github.com/ethereumjs/ethereumjs-util",
"dependencies": {
"@types/bn.js": "^4.11.3",
"bn.js": "^4.11.0",
"create-hash": "^1.1.2",
"ethjs-util": "0.1.6",
Expand All @@ -99,7 +100,6 @@
"@ethereumjs/config-prettier": "^1.1.0",
"@ethereumjs/config-tsc": "^1.1.0",
"@ethereumjs/config-tslint": "^1.1.0",
"@types/bn.js": "^4.11.3",
"@types/node": "^11.9.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
Expand Down

0 comments on commit 3b28716

Please sign in to comment.