From e0ac5e5de06cf760b8d219a22167ff6c8c75e27f Mon Sep 17 00:00:00 2001 From: Kevin Charm Date: Sun, 30 Jun 2024 16:58:56 +0200 Subject: [PATCH] add repository to package.json --- package.json | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 491df43..8e979bc 100644 --- a/package.json +++ b/package.json @@ -11,18 +11,13 @@ "test": "yarn hardhat test", "prepack": "yarn clean && yarn check:format && yarn test && yarn build" }, - "files": [ - "contracts/**/*.sol" - ], - "keywords": [ - "solidity", - "stateless", - "shuffle", - "feistel", - "cipher", - "fpe" - ], + "files": ["contracts/**/*.sol"], + "keywords": ["solidity", "stateless", "shuffle", "feistel", "cipher", "fpe"], "author": "Kevin Charm ", + "repository": { + "type": "git", + "url": "https://github.com/kevincharm/solshuffle.git" + }, "license": "MIT", "dependencies": {}, "devDependencies": {