Skip to content

Commit cb104d3

Browse files
committed
build: add type: "module" to package.json
1 parent bd107d6 commit cb104d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"repository": "unjs/std-env",
66
"license": "MIT",
77
"sideEffects": false,
8+
"type": "module",
89
"exports": {
910
"types": "./dist/index.d.ts",
1011
"import": "./dist/index.mjs",

0 commit comments

Comments
 (0)