@deneb-ui/create-template 2.0.3 → 2.0.4

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.
package/bin/index.js CHANGED
@@ -85,6 +85,7 @@ function runScaffolding(targetInput) {
85
85
  const installRes = require('node:child_process').spawnSync(npmCmd, ['install'], {
86
86
  cwd: targetPath,
87
87
  stdio: 'inherit',
88
+ shell: true,
88
89
  });
89
90
 
90
91
  if (installRes.status === 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deneb-ui/create-template",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Scaffold a modern, pre-validated DENEB UI storefront template in seconds. Created by Chamika Gayashan & Induranga Kawishwara.",
5
5
  "bin": {
6
6
  "create-deneb-template": "bin/index.js",
@@ -28,7 +28,7 @@
28
28
  "typescript": "5.8.3",
29
29
  "@deneb-ui/cli": "^2.0.0",
30
30
  "tailwindcss": "^3.4.17",
31
- "postcss": "^8.4.49",
31
+ "postcss": "8.5.26",
32
32
  "autoprefixer": "^10.4.20"
33
33
  },
34
34
  "overrides": {