mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 12:19:15 +01:00
fix: 💚 Fix NPM not finding built JS
This commit is contained in:
parent
718eb152b0
commit
ff6bf16b0a
3 changed files with 136 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"readme": "README.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lysand-org/api.git",
|
||||
"url": "git+https://github.com/lysand-org/api.git",
|
||||
"directory": "federation"
|
||||
},
|
||||
"bugs": {
|
||||
|
|
@ -69,13 +69,13 @@
|
|||
],
|
||||
"packageManager": "bun@1.1.8",
|
||||
"dependencies": {
|
||||
"@types/mime-types": "^2.1.4",
|
||||
"magic-regexp": "^0.8.0",
|
||||
"mime-types": "^2.1.35",
|
||||
"zod": "^3.23.8",
|
||||
"zod-validation-error": "^3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mime-types": "^2.1.4",
|
||||
"@morlay/bunpublish": "^0.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue