Skip to content

Commit b93882e

Browse files
authored
set module key in package.json (#24)
1 parent edc2ed7 commit b93882e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"test:types": "tsc --noEmit"
1111
},
1212
"files": ["./dist/"],
13+
"module": "./dist/index.js",
1314
"exports": {
1415
".": {
1516
"default": "./dist/index.js",

0 commit comments

Comments
 (0)