@contentful/create-contentful-app 1.1.0-alpha.2 → 1.1.0-alpha.3
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 +2 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -107,11 +107,11 @@ function initProject(appName, options) {
|
|
|
107
107
|
.description([
|
|
108
108
|
'Bootstrap your app inside a new folder `my-app`',
|
|
109
109
|
'',
|
|
110
|
-
(0, logger_1.code)(' create-contentful-app
|
|
110
|
+
(0, logger_1.code)(' create-contentful-app my-app'),
|
|
111
111
|
'',
|
|
112
112
|
'or you can specify your own template',
|
|
113
113
|
'',
|
|
114
|
-
(0, logger_1.code)(' create-contentful-app
|
|
114
|
+
(0, logger_1.code)(' create-contentful-app my-app --source "github:user/repo"'),
|
|
115
115
|
'',
|
|
116
116
|
`Contentful official templates are hosted at ${(0, logger_1.highlight)('https://github.com/contentful/apps/tree/master/examples')}.`,
|
|
117
117
|
].join('\n'))
|
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.3",
|
|
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": "f338b5a609b8bdba1d9095a399abc8974025a723"
|
|
70
70
|
}
|