diff options
| author | Dhravya Shah <[email protected]> | 2024-07-02 16:15:02 -0500 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-07-02 16:15:02 -0500 |
| commit | bb3517939d4afaf4542e168d933d060a587f2645 (patch) | |
| tree | 581ac88306dfe1993aaeb5aed29cc8419ce93e8e | |
| parent | fix ci/cd (diff) | |
| download | supermemory-bb3517939d4afaf4542e168d933d060a587f2645.tar.xz supermemory-bb3517939d4afaf4542e168d933d060a587f2645.zip | |
try to fix ci/cd again
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 586601fc..64795c25 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "@cloudflare/next-on-pages": "1", "@cloudflare/workers-types": "^4.20240614.0", "@repo/eslint-config": "*", - "@repo/shared-types": "*", "@repo/tailwind-config": "*", "@repo/typescript-config": "*", "@repo/ui": "*", @@ -35,7 +34,7 @@ "engines": { "node": ">=18" }, - "packageManager": "[email protected]", + "packageManager": "[email protected]", "workspaces": [ "apps/*", "packages/*" |