From b1a69028cc3fda4b46f4e0240272e18d26ebd432 Mon Sep 17 00:00:00 2001 From: Michael Heuer Date: Fri, 13 Oct 2023 15:23:10 +0200 Subject: [PATCH] fix: missing package --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index be9a717e..9bfeed00 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ "prettier": "^2.8.8", "prettier-plugin-solidity": "^1.1.3", "rimraf": "^5.0.5", + "string-width": "^4.2.3", "ts-node": "^10.9.1", "typechain": "^8.3.1", - "typescript": "^5.2.2", - "string-width": "^4.2.3" + "typescript": "^5.2.2" }, "scripts": { "build": "yarn --cwd ./contracts build",