Skip to content

Commit

Permalink
Move hardhat watcher to devDependencies (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
134dd3v authored Aug 11, 2022
1 parent 2880364 commit 5bcdd9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"@uniswap/lib": "^4.0.1-alpha",
"@uniswap/v2-core": "1.0.1",
"@uniswap/v3-core": "1.0.0",
"base64-sol": "1.0.1",
"hardhat-watcher": "^2.1.1"
"base64-sol": "1.0.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
Expand All @@ -49,6 +48,7 @@
"ethers": "^5.0.8",
"hardhat": "^2.6.8",
"hardhat-typechain": "^0.3.5",
"hardhat-watcher": "^2.1.1",
"is-svg": "^4.3.1",
"mocha": "^6.2.2",
"mocha-chai-jest-snapshot": "^1.1.0",
Expand Down

0 comments on commit 5bcdd9f

Please sign in to comment.