Parity Ethereum bundling (#458)
* Parity Ethereum bundling
* Grumbles; update light.js
* Grumbles
* Merge in PR#394 ac-upd-post: refactor sendStore post/postRaw
* Download highest version matching requirement rather than latest beta
* Rename RequireVersion to RequireParityVersion
* Grumbles
* Change Parity version requirement to ~2.4.1
* Fix --no-run-parity with Parity already running
* Grumble
Co-Authored-By:
axelchalon <xaxel@protonmail.com>
... | ... | @@ -40,6 +40,7 @@ |
"yarn": "^1.4.2" | ||
}, | ||
"scripts": { | ||
"postinstall": "cd scripts && node ./fetch-latest-parity.js", | ||
"build": "lerna run build", | ||
"preelectron": "yarn build", | ||
"electron": "cd packages/fether-electron && yarn electron", | ||
... | ... | @@ -66,5 +67,10 @@ |
"npm-run-all": "^4.1.2", | ||
"prettier": "^1.14.2", | ||
"semistandard": "^13.0.1" | ||
}, | ||
"dependencies": { | ||
"download": "^7.1.0", | ||
"node-fetch": "^2.3.0", | ||
"semver": "^5.6.0" | ||
} | ||
} |
Please register or sign in to comment