diff --git a/package.json b/package.json index 25bd56df..49b24a93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.0.0", + "version": "0.0.1", "author": "Tenderly", "license": "SEE LICENSE IN EACH PACKAGE'S LICENSE FILE", "private": true, @@ -23,13 +23,13 @@ "@changesets/changelog-github": "^0.4.7", "@changesets/cli": "^2.25.0", "prettier": "^3.2.4", - "wsrun": "^5.2.4", + "wsrun": "^5.2.4", "ts-node": "^10.9.2", "typescript": "^5.6.2", "@types/node": "^22.5.5" }, "dependencies": { - "ethers": "^6.8.1", - "hardhat": "^2.19.0" + "ethers": "^6.8.1", + "hardhat": "^2.19.0" } }