create-prisma-php-app 1.18.501 → 1.18.502

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -483,7 +483,7 @@ async function getAnswer(predefinedAnswers = {}) {
483
483
  inactive: "No",
484
484
  });
485
485
  }
486
- if (!predefinedAnswers.tailwindcss && !predefinedAnswers.backendOnly) {
486
+ if (!predefinedAnswers.backendOnly && !predefinedAnswers.tailwindcss) {
487
487
  questionsArray.push({
488
488
  type: "toggle",
489
489
  name: "tailwindcss",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.18.501",
3
+ "version": "1.18.502",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",