Browse Source

Update package.json

Link core module. Also update the scope for package name.
master
TheoryOfNekomata 1 year ago
parent
commit
91a6e12595
2 changed files with 7 additions and 2 deletions
  1. +3
    -2
      package.json
  2. +4
    -0
      yarn.lock

+ 3
- 2
package.json View File

@@ -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 <allan.crisostomo@outlook.com>",
"publishConfig": {
"access": "restricted"
"access": "public"
}
}

+ 4
- 0
yarn.lock View File

@@ -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"


Loading…
Cancel
Save