mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-09 20:11:12 +00:00
Extend phishing with full URL support (#11)
* Extend phishing with full URL support * Cleanups * false on network exception
This commit is contained in:
+4
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user