This commit is contained in:
Jaco Greeff
2020-11-10 17:44:01 +01:00
parent 2f48521d7b
commit ddb0213e47
4 changed files with 18 additions and 33 deletions
+5 -16
View File
@@ -3,29 +3,18 @@
"version": "0.1.16",
"description": "Simple phishing scripts from a central source",
"main": "index.js",
"module": "index.mjs",
"module": "esm/index.js",
"sideEffects": false,
"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>"
],
"maintainers": [],
"contributors": [],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/polkadot-js/phishing/issues"
},
"bugs": "https://github.com/polkadot-js/phishing/issues",
"repository": "github.com:polkadot-js/phishing",
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@polkadot/x-fetch": "^4.0.2-8"
"@polkadot/x-fetch": "^4.0.2-11"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",
+2 -6
View File
@@ -4,13 +4,9 @@
"description": "Dummy",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Jaco Greeff <jacogr@gmail.com>"
],
"maintainers": [],
"contributors": [],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/polkadot-js/phishing/issues"
},
"bugs": "https://github.com/polkadot-js/phishing/issues",
"homepage": "https://github.com/polkadot-js/phishing"
}