create-strapi-app
Advanced tools
Comparing version 3.0.0-next.17 to 3.0.0-next.18
{ | ||
"name": "create-strapi-app", | ||
"version": "3.0.0-next.17", | ||
"version": "3.0.0-next.18", | ||
"description": "Generate a new Strapi application.", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"commander": "^2.20.0", | ||
"strapi-generate-new": "3.0.0-next.17" | ||
"strapi-generate-new": "3.0.0-next.18" | ||
}, | ||
@@ -43,5 +43,6 @@ "scripts": { | ||
"engines": { | ||
"node": ">= 8" | ||
"node": ">=10.0.0", | ||
"npm": ">=6.0.0" | ||
}, | ||
"gitHead": "23fdc37b0fda42fcd80f5379ca264091e8013f13" | ||
"gitHead": "ddb1f9150339060d759f22ff68c227bf879490ed" | ||
} |
@@ -12,3 +12,3 @@ # Create strapi app | ||
``` | ||
yarn create strapi-app my-app | ||
yarn create strapi-app my-project | ||
``` | ||
@@ -19,3 +19,3 @@ | ||
``` | ||
npx create-strapi-app my-app | ||
npx create-strapi-app my-project | ||
``` | ||
@@ -22,0 +22,0 @@ |
4364
+ Addedstrapi-generate-new@3.0.0-next.18(transitive)
- Removedstrapi-generate-new@3.0.0-next.17(transitive)