@contentful/create-contentful-app 1.1.0-alpha.0 → 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.
Files changed (2) hide show
  1. package/lib/index.js +3 -3
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -107,13 +107,13 @@ 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 init my-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 init my-app --templateSource "github:user/repo"'),
114
+ (0, logger_1.code)(' create-contentful-app my-app --source "github:user/repo"'),
115
115
  '',
116
- `Contentful official templates are hosted at ${(0, logger_1.highlight)('https://github.com/contentful/apps/tree/master/templates')}.`,
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.0",
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",
@@ -32,7 +32,7 @@
32
32
  "build": "tsc"
33
33
  },
34
34
  "dependencies": {
35
- "@contentful/app-scripts": "^0.16.0-alpha.0",
35
+ "@contentful/app-scripts": "^0.16.0-alpha.1",
36
36
  "chalk": "^4.1.0",
37
37
  "commander": "^9.0.0",
38
38
  "contentful-management": "^8.0.0",
@@ -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": "2e81163f229cfac2a47c82c364278c69b35ae0d9"
69
+ "gitHead": "f338b5a609b8bdba1d9095a399abc8974025a723"
70
70
  }