Skip to content

Commit 3e9ff9b

Browse files
committed
fix bug in package.json
1 parent 497b294 commit 3e9ff9b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import fs from "node:fs";
22
import path from "node:path";
33
import { fileURLToPath } from "node:url";
4-
import spawn from "cross-spawn";
54
import minimist from "minimist";
65
import prompts from "prompts";
76
import colors from "picocolors";

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"url": "https://github.com/webxdc/create-vite-plugins/issues"
2929
},
3030
"homepage": "https://github.com/webxdc/create-vite-plugins",
31-
"devDependencies": {
32-
"cross-spawn": "^7.0.6",
31+
"dependencies": {
3332
"minimist": "^1.2.8",
3433
"picocolors": "^1.1.1",
3534
"prompts": "^2.4.2",

0 commit comments

Comments
 (0)