Skip to content

Commit

Permalink
chore: add dapphub/ds-test dependency for forge build to run correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
clearlyMine committed Feb 10, 2024
1 parent 619d9b9 commit 957b992
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"url": "https://github.com/clearlyMine"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.1"
"@openzeppelin/contracts": "^5.0.1",
},
"devDependencies": {
"@prb/test": "^0.6.4",
"ds-test": "github:dapphub/ds-test"
"forge-std": "github:foundry-rs/forge-std#v1.7.5",
"prettier": "^3.0.0",
"solhint": "^3.6.2"
Expand Down
2 changes: 2 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/
@prb/test/=node_modules/@prb/test/
forge-std/=node_modules/forge-std/
ds-test/=node_modules/ds-test/src/
ds-test/src/=node_modules/ds-test/src/

0 comments on commit 957b992

Please sign in to comment.