Skip to content

Commit

Permalink
rename browser-utils to substrate-browser-utils (paritytech#5079)
Browse files Browse the repository at this point in the history
  • Loading branch information
expenses authored and General-Beck committed Mar 4, 2020
1 parent 2769a9d commit 28340ee
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ node-inspect = { version = "0.8.0-alpha.2", optional = true, path = "../inspect"
# WASM-specific dependencies
wasm-bindgen = { version = "0.2.57", optional = true }
wasm-bindgen-futures = { version = "0.4.7", optional = true }
browser-utils = { path = "../../../utils/browser", optional = true , version = "0.8.0-alpha.2"}
browser-utils = { package = "substrate-browser-utils", path = "../../../utils/browser", optional = true, version = "0.8.0-alpha.2" }

[dev-dependencies]
sc-keystore = { version = "2.0.0-alpha.2", path = "../../../client/keystore" }
Expand Down
2 changes: 1 addition & 1 deletion utils/browser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "browser-utils"
name = "substrate-browser-utils"
version = "0.8.0-alpha.2"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Utilities for creating a browser light-client."
Expand Down

0 comments on commit 28340ee

Please sign in to comment.