vibe-now 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/packages.js +3 -3
  2. package/package.json +1 -1
package/lib/packages.js CHANGED
@@ -44,8 +44,8 @@ export const PACKAGE_GROUPS = [
44
44
  name: 'shadcn/ui (Initializes & adds all components)',
45
45
  install: [],
46
46
  commands: [
47
- ['npx', 'shadcn@latest', 'init', '-y'],
48
- ['npx', 'shadcn@latest', 'add', '--all', '-y'],
47
+ ['npx', '--yes', 'shadcn@latest', 'init', '-d'],
48
+ ['npx', '--yes', 'shadcn@latest', 'add', '--all', '-y'],
49
49
  ],
50
50
  default: true,
51
51
  },
@@ -155,7 +155,7 @@ export const PACKAGE_GROUPS = [
155
155
  name: 'Biome',
156
156
  devInstall: ['@biomejs/biome'],
157
157
  commands: [
158
- ['npx', '@biomejs/biome', 'init']
158
+ ['npx', '--yes', '@biomejs/biome', 'init']
159
159
  ],
160
160
  },
161
161
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-now",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "bin": {