Skip to content

Commit 0edf800

Browse files
authored
build: add type: module to package.json (#190)
1 parent e12e473 commit 0edf800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"repository": "unjs/pathe",
66
"license": "MIT",
77
"sideEffects": false,
8+
"type": "module",
89
"exports": {
910
".": {
1011
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)