This commit is contained in:
Jaco Greeff
2020-12-13 19:06:33 +01:00
committed by GitHub
parent b5761dfbdc
commit 3d913f6bdb
5 changed files with 37 additions and 26 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/phishing",
"version": "0.2.14",
"version": "0.3.0",
"description": "Simple phishing scripts from a central source",
"main": "index.js",
"sideEffects": false,
@@ -13,7 +13,7 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/x-fetch": "^4.2.2-16"
"@polkadot/x-fetch": "^5.0.1"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/unused",
"version": "0.2.14",
"version": "0.3.0",
"description": "Dummy",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",