Skip to content

Commit 683f303

Browse files
committed
update exports field
1 parent 2482b09 commit 683f303

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"repository": "Rich-Harris/devalue",
66
"exports": {
77
".": {
8+
"types": "./types/index.d.ts",
89
"import": "./index.js",
9-
"types": "./types/index.d.ts"
10+
"default": "./index.js"
1011
}
1112
},
1213
"main": "index.js",

0 commit comments

Comments
 (0)