Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Jun 17, 2024
1 parent 70de34c commit 0f68cad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"MrDeadce11 (https://github.com/MrDeadCe11)"
],
"scripts": {
"build": "forge build ; generate-types",
"build": "forge build && yarn generate-types",
"coverage": "forge coverage",
"create-listing": "tsx script/createListing.ts",
"fulfill": "tsx script/fulfillSIP15Order.ts",
Expand All @@ -31,11 +31,7 @@
},
"dependencies": {
"@opendollar/contracts": "^0.0.0-c2beba2",
"@openzeppelin/contracts": "^4.9.6",
"dotenv": "^16.4.5",
"ethers": "^6.13.0",
"opensea-js": "^7.1.9",
"tsx": "^4.15.2"
"@openzeppelin/contracts": "^4.9.6"
},
"devDependencies": {
"@typechain/ethers-v6": "^0.5.1",
Expand All @@ -46,6 +42,10 @@
"solhint": "^4.5.2",
"solhint-plugin-defi-wonderland": "^1.1.3",
"sort-package-json": "^2.8.0",
"tsx": "^4.15.2",
"typechain": "^8.3.2"
},
"engines": {
"node": ">=20.0.0"
}
}

0 comments on commit 0f68cad

Please sign in to comment.