fix: update main and module entry points in package.json for UMD and ES module formats
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
6fdcd80710
commit
9f8c6c9156
|
@ -36,8 +36,8 @@
|
|||
"require": "./dist/index.cjs.js",
|
||||
"default": "./dist/datenel.es.js"
|
||||
},
|
||||
"main": "dist/index.cjs.js",
|
||||
"module": "dist/datenel.es.js",
|
||||
"main": "dist/index.umd.js",
|
||||
"module": "dist/index.es.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
Loading…
Reference in New Issue
Block a user