@contentful/create-contentful-app 1.1.0-alpha.4 → 1.1.0-alpha.5

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/README.md +3 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,8 +4,9 @@ This project makes it easy to bootstrap [Contentful Apps](https://www.contentful
4
4
 
5
5
  ## Requirements
6
6
 
7
- - Node.js v14 or v16
8
- - npm v6
7
+ - Node.js v14.15 or v16
8
+ - NPM v6
9
+
9
10
 
10
11
  # Quick Overview
11
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/create-contentful-app",
3
- "version": "1.1.0-alpha.4",
3
+ "version": "1.1.0-alpha.5",
4
4
  "description": "A template for building Contentful Apps",
5
5
  "keywords": [
6
6
  "contentful",
@@ -14,7 +14,7 @@
14
14
  "directory": "packages/contentful--create-contentful-app"
15
15
  },
16
16
  "engines": {
17
- "node": ">=12",
17
+ "node": ">=14.15.0",
18
18
  "npm": ">=6"
19
19
  },
20
20
  "main": "lib/index.js",
@@ -70,5 +70,5 @@
70
70
  "@types/tildify": "^2.0.2",
71
71
  "@types/validate-npm-package-name": "^3.0.3"
72
72
  },
73
- "gitHead": "5b69e40f29b6bd14c04611109e88ecaf886c6176"
73
+ "gitHead": "92bcad4a9d869518d66e61f9327818269c588182"
74
74
  }