Skip to content

Commit

Permalink
chore: sort
Browse files Browse the repository at this point in the history
  • Loading branch information
mlenser committed Dec 13, 2023
1 parent 64d141f commit 6667b32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astariaxyz/v1-core",
"private": true,
"version": "1.0.0",
"private": true,
"homepage": "https://astaria.xyz",
"repository": "https://github.com/AstariaXYZ/v1-core.git",
"license": "BUSL-1.1",
Expand All @@ -11,9 +11,6 @@
"engines": {
"node": ">=18.12.2"
},
"devDependencies": {
"husky": "^8.0.0"
},
"scripts": {
"build:bench": "npx hardhat compile && npx hardhat typechain",
"bench": "npx hardhat test",
Expand All @@ -25,5 +22,8 @@
"fmt": "forge fmt",
"prepare": "husky install",
"snapshot": "forge snapshot --diff --no-match-path *fuzz*"
},
"devDependencies": {
"husky": "^8.0.0"
}
}

0 comments on commit 6667b32

Please sign in to comment.