Skip to content

Commit 0d8b6d4

Browse files
committed
fix: add entry point in package.json. whoops!
1 parent 1a75702 commit 0d8b6d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"test": "jest --watch packages",
2828
"test:run": "jest"
2929
},
30+
"main": "dist/index.js",
31+
"module": "dist/index.module.js",
32+
"source": "index.js",
3033
"typings": "types/index.d.ts",
3134
"files": [
3235
"dist",

0 commit comments

Comments
 (0)