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

Move js & js-old code to github.com/parity-js #7685

Merged
merged 6 commits into from
Feb 5, 2018
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 6 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dapps/ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ authors = ["Parity Technologies <admin@parity.io>"]
[build-dependencies]
rustc_version = "0.2"

# These are managed by the JS scripts on CI - keep it in a single line
[dependencies]
parity-ui-dev = { path = "../../js", optional = true }
parity-ui-old-dev = { path = "../../js-old", optional = true }
# This is managed by the js/scripts/release.sh script on CI - keep it in a single line
parity-ui-dev = { git = "https://github.com/parity-js/shell.git", rev = "c4ad493b86fd8dda0364881d9cff39c95e2ee73b", optional = true }
parity-ui-old-dev = { git = "https://github.com/parity-js/dapp-wallet.git", rev = "70accead639e8d6e5af483c654c2dde5450b5558", optional = true }
parity-ui-old-precompiled = { git = "https://github.com/js-dist-paritytech/parity-master-1-9-v1.git", optional = true }
parity-ui-precompiled = { git = "https://github.com/js-dist-paritytech/parity-master-1-9-shell.git", optional = true }

Expand Down
34 changes: 0 additions & 34 deletions js-old/.babelrc

This file was deleted.

8 changes: 0 additions & 8 deletions js-old/.codeclimate.yml

This file was deleted.

10 changes: 0 additions & 10 deletions js-old/.editorconfig

This file was deleted.

33 changes: 0 additions & 33 deletions js-old/.eslintrc.json

This file was deleted.

10 changes: 0 additions & 10 deletions js-old/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions js-old/.istanbul.yml

This file was deleted.

1 change: 0 additions & 1 deletion js-old/.npmignore

This file was deleted.

2 changes: 0 additions & 2 deletions js-old/.npmrc

This file was deleted.

8 changes: 0 additions & 8 deletions js-old/.stylelintrc.json

This file was deleted.

19 changes: 0 additions & 19 deletions js-old/Cargo.precompiled.toml

This file was deleted.

18 changes: 0 additions & 18 deletions js-old/Cargo.toml

This file was deleted.

Loading