Allow import.meta.url for detectPackage (#420)

* Allow import.meta.url for detectPackage

* Bump deps
This commit is contained in:
Jaco Greeff
2020-12-16 16:27:33 +01:00
committed by GitHub
parent b40167c1e2
commit fc22cc0456
15 changed files with 310 additions and 215 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/networks": "^5.0.1",
"@polkadot/util": "^5.0.1",
"@polkadot/networks": "^5.0.2-1",
"@polkadot/util": "^5.0.2-1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},