From ca6786281e90183256c89e66c14237bcaed138e5 Mon Sep 17 00:00:00 2001 From: Kevin Charm Date: Sun, 30 Jun 2024 17:08:11 +0200 Subject: [PATCH] run npm pkg fix --- package.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c722613..7eb9e54 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,21 @@ "node": ">=18.0.0 <19" }, "packageManager": "yarn@1.22.22", - "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" + "url": "git+https://github.com/kevincharm/solshuffle.git" }, "license": "MIT", "dependencies": {},