create-strapi 0.0.0-experimental.f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b → 0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d
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/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-strapi",
|
|
3
|
-
"version": "0.0.0-experimental.
|
|
3
|
+
"version": "0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d",
|
|
4
4
|
"description": "Generate a new Strapi application.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"create-strapi",
|
|
@@ -36,11 +36,10 @@
|
|
|
36
36
|
"bin/"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"create-strapi-app": "0.0.0-experimental.
|
|
39
|
+
"create-strapi-app": "0.0.0-experimental.f9ca9ac9518346cac58a4a3a576bc9d9d795570d"
|
|
40
40
|
},
|
|
41
41
|
"engines": {
|
|
42
|
-
"node": ">=
|
|
42
|
+
"node": ">=20.0.0 <=24.x.x",
|
|
43
43
|
"npm": ">=6.0.0"
|
|
44
|
-
}
|
|
45
|
-
"gitHead": "f8a68bc03b751aa0a66c4dcfaf83553c9b6adf2b"
|
|
44
|
+
}
|
|
46
45
|
}
|