mirror of
https://github.com/cupcakearmy/occulto.git
synced 2024-12-22 10:16:29 +00:00
move types up
This commit is contained in:
parent
f933df1908
commit
a2f0255895
@ -22,12 +22,11 @@
|
||||
"pnpm": "7"
|
||||
},
|
||||
"type": "module",
|
||||
"types": "./dist/esm/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/esm/index.d.ts",
|
||||
"import": "./dist/esm/index.js",
|
||||
"require": "./dist/cjs/index.js",
|
||||
"types": "./dist/esm/index.d.ts"
|
||||
"require": "./dist/cjs/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user