Skip to content

Commit 3e74608

Browse files
authored
Merge pull request #16 from eaulav/add-exports-field-to-package-json
adds exports field to package.json
2 parents c9661f9 + 2393610 commit 3e74608

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)