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": {},