create-sks-admin 1.0.0 → 1.0.1

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/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -181,7 +181,7 @@ try {
181
181
  log.info('Installing Shadcn UI components...')
182
182
  execSync('npx shadcn@latest init -d', { stdio: 'inherit' })
183
183
  execSync(
184
- 'npx shadcn@latest add button input label card form toast dialog dropdown-menu avatar badge table tabs separator alert alert-dialog checkbox select textarea switch skeleton sheet sidebar tooltip',
184
+ 'npx shadcn@latest add button input label card form sonner dialog dropdown-menu avatar badge table tabs separator alert alert-dialog checkbox select textarea switch skeleton sheet sidebar tooltip',
185
185
  { stdio: 'inherit' }
186
186
  )
187
187
  log.success('Shadcn components installed')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sks-admin",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI to scaffold SKS Admin projects",
5
5
  "type": "module",
6
6
  "bin": {