Skip to content

Commit 2a2b75d

Browse files
committed
Simplify exports
1 parent 371e0f8 commit 2a2b75d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"url": "https://github.com/ikatyang"
1212
},
1313
"exports": {
14-
".": {
15-
"types": "./dist/index.d.ts",
16-
"default": "./dist/index.js"
17-
}
14+
".": "./dist/index.js"
1815
},
1916
"license": "MIT",
2017
"scripts": {

0 commit comments

Comments
 (0)