Moved ethereumjs libs to devDependencies since they are only used for testing.
This commit is contained in:
parent
723a4a910c
commit
907e65a359
21164
dist/ethers-wallet.js
vendored
21164
dist/ethers-wallet.js
vendored
File diff suppressed because it is too large
Load Diff
22
dist/ethers-wallet.min.js
vendored
22
dist/ethers-wallet.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,19 +4,20 @@
|
||||
"description": "Ethereum wallet library.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"version": "grunt dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"aes-js": "0.2.4",
|
||||
"elliptic": "6.3.1",
|
||||
"ethereumjs-tx": "1.1.1",
|
||||
"ethereumjs-util": "4.3.0",
|
||||
"pbkdf2": "3.0.4",
|
||||
"rlp": "2.0.0",
|
||||
"scrypt-js": "2.0.0",
|
||||
"uuid": "2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ethereumjs-tx": "1.1.1",
|
||||
"ethereumjs-util": "4.3.0",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-browserify": "^5.0.0",
|
||||
"grunt-contrib-uglify": "^1.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user