From 5bcdd9f67f9394f3159dad80d0dd01d37ca08c66 Mon Sep 17 00:00:00 2001 From: Vertex Date: Thu, 11 Aug 2022 16:19:00 +0530 Subject: [PATCH] Move hardhat watcher to devDependencies (#264) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 26523f2c..f3305384 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",