Add main entry to package.json

This commit is contained in:
Duc Anh Phi 2023-08-23 11:28:12 +02:00
parent 9d6c91ee58
commit d721a125cb

View file

@ -11,6 +11,7 @@
"url": "https://sindresorhus.com"
},
"type": "module",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {