Skip to content

Commit 1edda9f

Browse files
committed
add type
1 parent 4fa24cd commit 1edda9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
"author": "silverwind",
66
"repository": "silverwind/fetch-css",
77
"license": "BSD-2-Clause",
8+
"type": "module",
9+
"exports": "index.js",
810
"engines": {
9-
"node": ">=10"
11+
"node": ">=14"
1012
},
1113
"keywords": [
1214
"fetch",

0 commit comments

Comments
 (0)