Add createFromUri (#101)

* Add createFromUri

* Bump util dep
This commit is contained in:
Jaco Greeff
2019-03-21 11:22:31 +01:00
committed by GitHub
parent 50da19ba37
commit ec98152643
7 changed files with 97 additions and 36 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.3.4",
"@polkadot/util": "^0.39.1",
"@polkadot/util": "^0.40.0-beta.0",
"@types/store": "^2.0.1",
"store": "^2.0.12"
}