diff --git a/client/package.json b/client/package.json index 339c12c..193c652 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@types/uuid": "^9.0.2", - "bare-client-custom": "file:../bare-client-custom", + "@mercuryworkshop/bare-client-custom": "file:../bare-client-custom", "firebase": "^10.1.0", "protocol": "workspace:*", "uuid": "^9.0.0", @@ -20,4 +20,4 @@ "devDependencies": { "@types/node": "^20.4.10" } -} \ No newline at end of file +} diff --git a/frontend/package.json b/frontend/package.json index 86806fe..c109924 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "@rollup/browser": "^3.28.0", "@sveltejs/vite-plugin-svelte": "^2.4.5", "autoprefixer": "^10.4.15", - "bare-client-custom": "workspace:*", + "@mercuryworkshop/bare-client-custom": "workspace:*", "client": "workspace:*", "corium": "file:../corium", "esbuild": "^0.19.1", @@ -40,4 +40,4 @@ "vite": "^4.4.9", "vite-plugin-svelte": "^3.0.1" } -} \ No newline at end of file +}