Skip to content

Commit 2393610

Browse files
committed
adds exports field to package.json
1 parent c9661f9 commit 2393610

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"license": "MIT",
77
"module": "./dist/index.es.js",
88
"types": "./dist/index.d.ts",
9+
"exports": {
10+
"import": "./dist/index.es.js",
11+
"types": "./dist/index.d.ts"
12+
},
913
"files": [
1014
"src",
1115
"dist",

0 commit comments

Comments
 (0)