@contentful/create-contentful-app 1.15.0 → 1.15.2

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/lib/index.js +1 -3
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -113,9 +113,7 @@ function initProject(appName, options) {
113
113
  if (!isInteractive && (0, utils_1.isContentfulTemplate)(templateSource) && normalizedOptions.action) {
114
114
  yield (0, includeAppAction_1.cloneAppAction)(fullAppFolder, !!normalizedOptions.javascript);
115
115
  }
116
- if (!isInteractive &&
117
- (0, utils_1.isContentfulTemplate)(templateSource) &&
118
- normalizedOptions.function) {
116
+ if (!isInteractive && (0, utils_1.isContentfulTemplate)(templateSource) && normalizedOptions.function) {
119
117
  yield (0, includeFunction_1.cloneFunction)(fullAppFolder, !!normalizedOptions.javascript, normalizedOptions.function);
120
118
  }
121
119
  updatePackageName(fullAppFolder);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/create-contentful-app",
3
- "version": "1.15.0",
3
+ "version": "1.15.2",
4
4
  "description": "A template for building Contentful Apps",
5
5
  "keywords": [
6
6
  "contentful",
@@ -81,5 +81,5 @@
81
81
  "sinon-chai": "^3.7.0",
82
82
  "ts-node": "^10.9.1"
83
83
  },
84
- "gitHead": "a07b82fcd4ecb9d5d8be4b3e97e50b9dc1461be8"
84
+ "gitHead": "a755d107cec2d496e20f1718567c8a522f0045a8"
85
85
  }