Skip to content

Commit

Permalink
run npm pkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharm committed Jun 30, 2024
1 parent b07923c commit ca67862
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,21 @@
"node": ">=18.0.0 <19"
},
"packageManager": "[email protected]",
"files": ["contracts/**/*.sol"],
"keywords": ["solidity", "stateless", "shuffle", "feistel", "cipher", "fpe"],
"files": [
"contracts/**/*.sol"
],
"keywords": [
"solidity",
"stateless",
"shuffle",
"feistel",
"cipher",
"fpe"
],
"author": "Kevin Charm <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/kevincharm/solshuffle.git"
"url": "git+https://github.com/kevincharm/solshuffle.git"
},
"license": "MIT",
"dependencies": {},
Expand Down

0 comments on commit ca67862

Please sign in to comment.