Skip to content

Commit

Permalink
Merge pull request #64 from tinchoabbate/master
Browse files Browse the repository at this point in the history
Move bn.js to dependencies
  • Loading branch information
s1na authored Jan 14, 2019
2 parents 261296f + 14d90ea commit aa844af
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 aa844af

Please sign in to comment.