Merge pull request #116 from parity-js/am-parity-electron
Extract parity-electron and put it in a separate package
... | ... | @@ -12,10 +12,10 @@ |
"license": "BSD-3-Clause", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/parity-js/light.git" | ||
"url": "git+https://github.com/parity-js/fether.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/parity-js/light/issues" | ||
"url": "https://github.com/parity-js/fether/issues" | ||
}, | ||
"keywords": [ | ||
"Ethereum", | ||
... | ... | @@ -23,7 +23,7 @@ |
"Light Client", | ||
"Parity" | ||
], | ||
"homepage": "https://github.com/parity-js/light", | ||
"homepage": "https://github.com/parity-js/fether", | ||
"workspaces": { | ||
"packages": [ | ||
"packages/*" | ||
... | ... | @@ -49,6 +49,7 @@ |
"start": "npm-run-all -l -p start-*", | ||
"start-electron": "cd packages/fether-electron && yarn start", | ||
"start-hoc": "cd packages/light-hoc && yarn start", | ||
"start-parity-electron": "cd packages/parity-electron && yarn start", | ||
"start-react": "cd packages/fether-react && yarn start", | ||
"start-ui": "cd packages/fether-ui && yarn start", | ||
"test": "lerna run test --parallel" | ||
... | ... |