mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 12:19:15 +01:00
feat(build): 👷 Don't minify/bundle/compile packages in release
This commit is contained in:
parent
c54558abdf
commit
4542750159
4 changed files with 18 additions and 5 deletions
|
|
@ -39,9 +39,8 @@
|
|||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
"import": "./index.ts",
|
||||
"default": "./index.ts"
|
||||
}
|
||||
},
|
||||
"funding": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue