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

This commit is contained in:
Astrian Zheng 2025-02-20 14:56:35 +11:00
parent 6fdcd80710
commit 9f8c6c9156
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -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"