Skip to content

Commit 633f28a

Browse files
author
Daniel DAbramo
committed
fix: add main property back to package.json
1 parent 57534d6 commit 633f28a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"types": "dist/lib/index.d.ts",
77
"module": "dist/lib/index.js",
8+
"main": "dist/lib/index.js",
89
"scripts": {
910
"prepublishOnly": "yarn build",
1011
"lint": "eslint lib",

0 commit comments

Comments
 (0)