Skip to content

Commit 33fafe9

Browse files
committed
🔧 chore(package): change module type to commonjs
- modify package.json to use "commonjs" type instead of "module" - ensure compatibility with environments requiring commonjs format
1 parent 32a7f4d commit 33fafe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Manage your environments from your sidebar",
66
"version": "0.0.41",
77
"icon": "assets/icon.png",
8-
"type": "module",
8+
"type": "commonjs",
99
"engines": {
1010
"vscode": "^1.100.0"
1111
},
@@ -159,4 +159,4 @@
159159
"typescript": "^5.5.3",
160160
"vite": "^6.3.5"
161161
}
162-
}
162+
}

0 commit comments

Comments
 (0)