@contentful/create-contentful-app 1.1.0-alpha.1 → 1.1.0-alpha.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.
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -113,7 +113,7 @@ function initProject(appName, options) {
|
|
|
113
113
|
'',
|
|
114
114
|
(0, logger_1.code)(' create-contentful-app init my-app --templateSource "github:user/repo"'),
|
|
115
115
|
'',
|
|
116
|
-
`Contentful official templates are hosted at ${(0, logger_1.highlight)('https://github.com/contentful/apps/tree/master/
|
|
116
|
+
`Contentful official templates are hosted at ${(0, logger_1.highlight)('https://github.com/contentful/apps/tree/master/examples')}.`,
|
|
117
117
|
].join('\n'))
|
|
118
118
|
.argument('[app-name]', 'app name')
|
|
119
119
|
.option('--npm', 'use NPM')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/create-contentful-app",
|
|
3
|
-
"version": "1.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.2",
|
|
4
4
|
"description": "A template for building Contentful Apps",
|
|
5
5
|
"author": "Contentful GmbH",
|
|
6
6
|
"license": "MIT",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"@types/tildify": "^2.0.2",
|
|
67
67
|
"@types/validate-npm-package-name": "^3.0.3"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "27e866f2a48b9c5552d2c65b6b9af1f272300cc8"
|
|
70
70
|
}
|