Skip to content

Commit d22934f

Browse files
committed
fix: dependency tree of installed node-vibrant should no longer include Vite
1 parent 4762179 commit d22934f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/vibrant-generator-default/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"dependencies": {
2929
"@tanstack/config": "^0.15.0",
3030
"@vibrant/color": "^4.0.0",
31-
"@vibrant/generator": "^4.0.0",
31+
"@vibrant/generator": "^4.0.0"
32+
},
33+
"devDependencies": {
3234
"vite": "^6.0.5"
3335
},
3436
"type": "module",

pnpm-lock.yaml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)