fix: 💚 Fix NPM not finding built JS

This commit is contained in:
Jesse Wierzbinski 2024-07-22 23:20:51 +02:00
parent 718eb152b0
commit ff6bf16b0a
No known key found for this signature in database
3 changed files with 136 additions and 3 deletions

View file

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