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
+2 -14
View File
@@ -1,16 +1,8 @@
{
"name": "@polkadot/unused",
"version": "0.1.6",
"description": "Simple phishing scripts from a central source",
"description": "Dummy",
"main": "index.js",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polkadot-js/phishing.git"
},
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Jaco Greeff <jacogr@gmail.com>"
@@ -20,9 +12,5 @@
"bugs": {
"url": "https://github.com/polkadot-js/phishing/issues"
},
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/x-fetch": "0.3.2"
}
"homepage": "https://github.com/polkadot-js/phishing"
}