mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-06-30 06:02:04 -06:00
removed custom dist exports, added types
This commit is contained in:
parent
28da185122
commit
19c8d421d7
1 changed files with 4 additions and 5 deletions
|
|
@ -8,13 +8,13 @@
|
|||
},
|
||||
"main": "./dist/cjs/index.js",
|
||||
"module": "./dist/esm/index.js",
|
||||
"types": "./dist/types/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/cjs/index.js",
|
||||
"require": "./dist/cjs/index.js"
|
||||
},
|
||||
"./esm": "./dist/esm/index.js",
|
||||
"./commonjs": "./dist/cjs/index.js"
|
||||
"require": "./dist/cjs/index.js",
|
||||
"types": "./dist/types/index.d.ts"
|
||||
}
|
||||
},
|
||||
"browser": {
|
||||
"./dist/cjs/process/index.js": "./dist/cjs/process/browser.js",
|
||||
|
|
@ -22,7 +22,6 @@
|
|||
"./dist/cjs/cuid/fingerprint/index.js": "./dist/cjs/cuid/fingerprint/browser.js",
|
||||
"./dist/esm/cuid/fingerprint/index.js": "./dist/esm/cuid/fingerprint/browser.js"
|
||||
},
|
||||
"types": "./dist/types/index.d.ts",
|
||||
"private": false,
|
||||
"repository": "github:appy-one/acebase-core",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue