Bump util (#36)

This commit is contained in:
Jaco Greeff
2020-12-21 13:17:48 +01:00
committed by GitHub
parent 6cc3944930
commit 2d73fcbe5b
3 changed files with 86 additions and 85 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
"version": "0.3.1",
"description": "Simple phishing scripts from a central source",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
@@ -13,7 +14,7 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/x-fetch": "^5.0.1"
"@polkadot/x-fetch": "^5.1.1"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",