Skip to content

Commit 135a6c2

Browse files
committed
chore: add "type": "module" and fix publishing
1 parent ff91860 commit 135a6c2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/renovate.json5

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@
1010
"enabled": false,
1111
},
1212
],
13-
"ignoreDeps": [
14-
"node",
15-
],
13+
"ignoreDeps": ["node"],
1614
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@vitejs/plugin-basic-ssl",
33
"version": "2.1.1",
4+
"type": "module",
45
"license": "MIT",
56
"author": "Evan You and Vite Contributors",
67
"description": "A Vite plugin to generate untrusted certificates for HTTPS dev servers",
@@ -27,7 +28,7 @@
2728
"build": "unbuild && tsx scripts/patchCJS.ts",
2829
"test": "vitest run",
2930
"format": "prettier --write --cache .",
30-
"release": "tsx -C import scripts/release.ts",
31+
"release": "tsx scripts/release.ts",
3132
"ci-publish": "tsx scripts/publishCI.ts"
3233
},
3334
"engines": {

0 commit comments

Comments
 (0)