From 0cc933c51d8e5e5b75669076b16ff6f408bb4f6e Mon Sep 17 00:00:00 2001 From: Jaco Date: Mon, 25 Oct 2021 11:09:07 +0200 Subject: [PATCH] Rework package ordering (#629) --- packages/phishing/package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a8530cf47..a490b7873 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -1,17 +1,21 @@ { "name": "@polkadot/phishing", "version": "0.6.380", + "license": "Apache-2.0", "type": "module", "description": "Simple phishing scripts from a central source", "main": "index.js", - "sideEffects": false, "author": "Jaco Greeff ", "maintainers": [], "contributors": [], - "license": "Apache-2.0", "bugs": "https://github.com/polkadot-js/phishing/issues", - "repository": "github.com:polkadot-js/phishing", - "homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme", + "homepage": "https://github.com/polkadot-js/phishing#readme", + "repository": { + "type": "git", + "url": "https://github.com/polkadot-js/phishing.git", + "directory": "packages/phishing" + }, + "sideEffects": false, "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/util": "^7.5.1",