Skip to content

Commit

Permalink
feat: declare forge-std a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Dec 4, 2023
1 parent ada85ad commit ad87003
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,15 @@
"*.sol": "solhint --fix 'solidity/contracts/**/*.sol' 'solidity/interfaces/**/*.sol' && solhint --fix -c .solhint.tests.json 'solidity/test/**/*.sol'",
"package.json": "sort-package-json"
},
"dependencies": {
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#v1.7.3"
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@typechain/ethers-v6": "0.3.0",
"@typechain/truffle-v5": "8.0.2",
"@typechain/web3-v1": "6.0.2",
"dotenv-cli": "7.2.1",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#v1.7.3",
"fs-extra": "10.1.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
Expand Down

0 comments on commit ad87003

Please sign in to comment.