Bump common (#65)

This commit is contained in:
Jaco Greeff
2021-01-24 12:18:46 +01:00
committed by GitHub
parent 1ca3bf8f87
commit e2d463a246
2 changed files with 55 additions and 56 deletions
+3 -4
View File
@@ -3,7 +3,6 @@
"version": "0.4.6",
"description": "Simple phishing scripts from a central source",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
@@ -14,9 +13,9 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/util": "^5.4.1",
"@polkadot/util-crypto": "^5.4.1",
"@polkadot/x-fetch": "^5.4.1"
"@polkadot/util": "^5.4.2",
"@polkadot/util-crypto": "^5.4.2",
"@polkadot/x-fetch": "^5.4.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0",