Extend phishing with full URL support (#11)

* Extend phishing with full URL support

* Cleanups

* false on network exception
This commit is contained in:
Jaco Greeff
2020-10-18 11:29:29 +02:00
committed by GitHub
parent 2b451df711
commit d11f42430d
6 changed files with 764 additions and 748 deletions
+4 -4
View File
@@ -8,7 +8,7 @@
],
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -16,11 +16,11 @@
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"postinstall": "polkadot-dev-yarn-only",
"test": "echo \"no tests\""
"test": "polkadot-dev-run-test --coverage --runInBand"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@polkadot/dev": "^0.58.1",
"@babel/core": "^7.12.3",
"@polkadot/dev": "^0.58.3",
"@types/jest": "^26.0.14"
},
"version": "0.1.6"