rename browser-utils to substrate-browser-utils (#5079)

This commit is contained in:
Ashley
2020-02-27 18:28:29 +01:00
committed by GitHub
parent 9d49d917f6
commit 7b88aada1d
3 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -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" }