Skip to content

Commit 8a34247

Browse files
authored
chore: Fix package.json so the package can be imported (#11)
1 parent c1b95ed commit 8a34247

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"files": [
77
"/dist"
88
],
9+
"exports": {
10+
".": {
11+
"types": "./dist/index.d.ts",
12+
"require": "./dist/index.js"
13+
}
14+
},
915
"scripts": {
1016
"test": "jest",
1117
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)