Skip to content

Commit

Permalink
add repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharm committed Jun 30, 2024
1 parent 074a074 commit e0ac5e5
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/kevincharm/solshuffle.git"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit e0ac5e5

Please sign in to comment.