add main entry in package.json

This commit is contained in:
Duc Anh Phi 2023-08-22 16:32:38 +02:00
parent 9d6c91ee58
commit c7389ffdf0

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": {