From 91a6e12595e669d2ec593c28e3d35a36f40d4545 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Wed, 12 Apr 2023 17:42:01 +0800 Subject: [PATCH] Update package.json Link core module. Also update the scope for package name. --- package.json | 5 +++-- yarn.lock | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1d6fbe1..614e6f7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "harmonizer-web-api", + "name": "@modal-sh/harmonizer-web-api", "version": "0.0.0", "files": [ "dist", @@ -22,6 +22,7 @@ "vitest": "^0.28.1" }, "dependencies": { + "@modal-sh/harmonizer-core": "link:../core", "fastify": "^4.12.0" }, "scripts": { @@ -47,6 +48,6 @@ }, "author": "TheoryOfNekomata ", "publishConfig": { - "access": "restricted" + "access": "public" } } diff --git a/yarn.lock b/yarn.lock index 0f9fe6e..f1b4ace 100644 --- a/yarn.lock +++ b/yarn.lock @@ -462,6 +462,10 @@ resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-5.2.50.tgz#f83a9a97f50e06402b8b633bf6bd3247baed1302" integrity sha512-3qGRdT2lrIloY8xotSRTW7k3oIRJAO7WSsJymTLN1sqeB1qiWPcbQdAiDG/IQWCA2QCVQewTeT2kfZf/you94w== +"@modal-sh/harmonizer-core@link:../core": + version "0.0.0" + uid "" + "@next/eslint-plugin-next@^13.2.4": version "13.3.0" resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.3.0.tgz#3a4742b0817575cc0dd4d152cb10363584c215ac"