Skip to content

Commit 2afaed7

Browse files
committed
[meta] simplify "exports"
1 parent f60b277 commit 2afaed7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
"main": "index.js",
66
"type": "commonjs",
77
"exports": {
8-
".": [
9-
{
10-
"default": "./index.js"
11-
},
12-
"./index.js"
13-
],
8+
".": "./index.js",
149
"./package.json": "./package.json"
1510
},
1611
"scripts": {

0 commit comments

Comments
 (0)