mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-13 18:41:11 +00:00
Check for unique entries (#62)
* Check for unique entries * Update scripts/sortAll.mjs * Updated CHANGELOG * 0.4
This commit is contained in:
@@ -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,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>",
|
||||
|
||||
Reference in New Issue
Block a user