fix: remove types entry from exports in package.json
Some checks failed
Publish to npm / publish (push) Has been cancelled
Some checks failed
Publish to npm / publish (push) Has been cancelled
This commit is contained in:
parent
f45f4b6311
commit
3fb6debe41
|
@ -33,7 +33,6 @@
|
|||
"exports": {
|
||||
"import": "./dist/datenel.es.js",
|
||||
"require": "./dist/index.cjs.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"default": "./dist/datenel.es.js"
|
||||
},
|
||||
"main": "dist/index.cjs.js",
|
||||
|
|
Loading…
Reference in New Issue
Block a user