Skip to content

Commit

Permalink
build(store): bring back ds-test bc forge-std actually needs it
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Feb 1, 2023
1 parent 9db9ea0 commit 625bc4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"devDependencies": {
"@typechain/ethers-v5": "^9.0.0",
"@types/mocha": "^9.1.1",
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",

This comment has been minimized.

Copy link
@holic

holic Feb 1, 2023

Member

orly?

"forge-std": "https://github.com/foundry-rs/forge-std.git#f36dab24d63d1c1945a05ed375ce341d3c1a49ed",
"hardhat": "^2.10.1",
"prettier": "^2.6.2",
Expand All @@ -40,6 +41,7 @@
"@latticexyz/cli": "^1.34.0"
},
"peerDependencies": {
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
"forge-std": "https://github.com/foundry-rs/forge-std.git#f36dab24d63d1c1945a05ed375ce341d3c1a49ed"
},
"gitHead": "218f56893d268b0c5157a3e4c603b859e287a343"
Expand Down
1 change: 1 addition & 0 deletions packages/store/remappings.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ds-test/=../../node_modules/ds-test/src/
forge-std/=../../node_modules/forge-std/src/

0 comments on commit 625bc4d

Please sign in to comment.