Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Remove unused and duplicated files in js-old (#7082)
Browse files Browse the repository at this point in the history
* Cleanup v1 build process, application-only

* Remove built-in dapps from build (duplicated)

* User @parity/api instead of local version

* Update references to @parity/abi

* Remove unused js-old api/abi folders

* Remove duplicated v1 jsonrpc

* Cleanup unused routes

* Update manifest with wallet image

* Update wallet logo

* Re-add missing test.sh

* Update rpc mocks

* Update tests for Providers

* Use flex for iframe & status

* Additional cleanups (Home screen for embed)

* Keep statusbar fixed (and non-overallping with dapps)
  • Loading branch information
jacogr authored Nov 21, 2017
1 parent bc17c61 commit fcee1c0
Show file tree
Hide file tree
Showing 632 changed files with 233 additions and 46,826 deletions.
34 changes: 0 additions & 34 deletions js-old/npm/etherscan/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions js-old/npm/etherscan/package.json

This file was deleted.

5 changes: 0 additions & 5 deletions js-old/npm/jsonrpc/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions js-old/npm/jsonrpc/package.json

This file was deleted.

83 changes: 0 additions & 83 deletions js-old/npm/parity/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions js-old/npm/parity/package.json

This file was deleted.

26 changes: 0 additions & 26 deletions js-old/npm/parity/test/smoke.spec.js

This file was deleted.

34 changes: 0 additions & 34 deletions js-old/npm/shapeshift/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions js-old/npm/shapeshift/package.json

This file was deleted.

29 changes: 0 additions & 29 deletions js-old/npm/test/mocha.config.js

This file was deleted.

1 change: 0 additions & 1 deletion js-old/npm/test/mocha.opts

This file was deleted.

4 changes: 2 additions & 2 deletions js-old/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
],
"scripts": {
"install": "napa",
"build": "npm run build:lib && npm run build:dll && npm run build:app",
"build": "npm run build:dll && npm run build:app",
"build:app": "webpack --config webpack/app",
"build:lib": "webpack --config webpack/libraries",
"build:dll": "webpack --config webpack/vendor",
"ci:build": "cross-env NODE_ENV=production npm run build",
"clean": "rimraf ./.build ./.coverage ./.happypack ./.npmjs ./build ./node_modules/.cache",
Expand Down Expand Up @@ -135,6 +134,7 @@
"yargs": "6.6.0"
},
"dependencies": {
"@parity/abi": "2.1.x",
"@parity/api": "2.1.x",
"@parity/wordlist": "1.1.x",
"base32.js": "0.1.0",
Expand Down
Loading

0 comments on commit fcee1c0

Please sign in to comment.