From c395d05a843b9a2a4efd43097b4b75d94a34918a Mon Sep 17 00:00:00 2001 From: Richard Zampieri Date: Sun, 27 Oct 2024 21:50:28 -0700 Subject: [PATCH] fix: restore shared dependency in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46f9274..361a139 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ }, "dependencies": { "@expressots/boost-ts": "1.3.0", - "@expressots/shared": "file:../shared/expressots-shared-0.0.1-beta.1.tgz", "axios": "^1.7.3", "chalk-animation": "2.0.3", "cli-progress": "3.12.0", @@ -67,6 +66,7 @@ "@codecov/vite-plugin": "^0.0.1-beta.9", "@commitlint/cli": "19.2.1", "@commitlint/config-conventional": "19.1.0", + "@expressots/shared": "file:../shared/expressots-shared-0.0.1-beta.1.tgz", "@release-it/conventional-changelog": "7.0.2", "@types/chalk-animation": "1.6.1", "@types/cli-progress": "3.11.0",