Check for unique entries (#62)

* Check for unique entries

* Update scripts/sortAll.mjs

* Updated CHANGELOG

* 0.4
This commit is contained in:
Jaco Greeff
2021-01-24 09:21:35 +01:00
committed by GitHub
parent f1a8818913
commit 0ca51f6897
6 changed files with 79 additions and 51 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/phishing",
"version": "0.3.25",
"version": "0.4.0",
"description": "Simple phishing scripts from a central source",
"main": "index.js",
"module": "index.mjs",
@@ -14,9 +14,9 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/util": "^5.3.2-8",
"@polkadot/util-crypto": "^5.3.2-8",
"@polkadot/x-fetch": "^5.3.2-8"
"@polkadot/util": "^5.4.1",
"@polkadot/util-crypto": "^5.4.1",
"@polkadot/x-fetch": "^5.4.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/unused",
"version": "0.3.25",
"version": "0.4.0",
"description": "Dummy",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",