Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Move bn.js to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoabbate committed Jan 14, 2019
1 parent 261296f commit 14d90ea
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 @@ -46,7 +46,8 @@
"url": "https://github.com/ethereumjs/rlp/issues"
},
"dependencies": {
"safe-buffer": "^5.1.1"
"safe-buffer": "^5.1.1",
"bn.js": "^4.11.1"
},
"devDependencies": {
"@ethereumjs/config-nyc": "^1.0.0",
Expand All @@ -55,8 +56,7 @@
"@ethereumjs/config-tslint": "^1.0.0",
"@types/bn.js": "^4.11.3",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.2",
"bn.js": "^4.11.1",
"@types/node": "^10.12.2",
"coveralls": "^2.11.4",
"mocha": "4.1.0",
"nyc": "^13.1.0",
Expand Down

0 comments on commit 14d90ea

Please sign in to comment.