We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"type": "module"
1 parent ff91860 commit 135a6c2Copy full SHA for 135a6c2
.github/renovate.json5
@@ -10,7 +10,5 @@
10
"enabled": false,
11
},
12
],
13
- "ignoreDeps": [
14
- "node",
15
- ],
+ "ignoreDeps": ["node"],
16
}
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "@vitejs/plugin-basic-ssl",
3
"version": "2.1.1",
4
+ "type": "module",
5
"license": "MIT",
6
"author": "Evan You and Vite Contributors",
7
"description": "A Vite plugin to generate untrusted certificates for HTTPS dev servers",
@@ -27,7 +28,7 @@
27
28
"build": "unbuild && tsx scripts/patchCJS.ts",
29
"test": "vitest run",
30
"format": "prettier --write --cache .",
- "release": "tsx -C import scripts/release.ts",
31
+ "release": "tsx scripts/release.ts",
32
"ci-publish": "tsx scripts/publishCI.ts"
33
34
"engines": {
0 commit comments