Skip to content

Commit

Permalink
🎨 fix(pro): 修复生产依赖丢失报错
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed Aug 2, 2022
1 parent 32da7cc commit 2d5dfe0
Show file tree
Hide file tree
Showing 2 changed files with 1,066 additions and 3,008 deletions.
8 changes: 4 additions & 4 deletions packages/vite-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-create-app",
"version": "0.16.6-alpha",
"version": "0.16.8-alpha",
"description": "",
"main": "index.js",
"bin": {
Expand All @@ -26,12 +26,12 @@
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"gradient-string": "^2.0.1",
"prettier": "latest"
"prettier": "latest",
"prompts": "^2.4.2",
"kolorist": "^1.5.1"
},
"devDependencies": {
"@types/node": "^18.0.0",
"kolorist": "^1.5.1",
"prompts": "^2.4.2",
"ts-node-dev": "^2.0.0",
"tsc-alias": "^1.6.11"
},
Expand Down
Loading

0 comments on commit 2d5dfe0

Please sign in to comment.