create-payload-app 0.3.31 → 0.3.32

Sign up to get free protection for your applications and to get access to all the features.
@@ -106,19 +106,19 @@ function getValidTemplates() {
106
106
  {
107
107
  name: 'cloud-template-blank',
108
108
  type: 'starter',
109
- url: 'https://github.com/payloadcms/payload/templates/blank',
109
+ url: 'https://github.com/payloadcms/template-blank',
110
110
  description: 'Blank template for Payload Cloud',
111
111
  },
112
112
  {
113
113
  name: 'cloud-template-website',
114
114
  type: 'starter',
115
- url: 'https://github.com/payloadcms/payload/templates/website',
115
+ url: 'https://github.com/payloadcms/template-website',
116
116
  description: 'Website template for Payload Cloud',
117
117
  },
118
118
  {
119
119
  name: 'cloud-template-ecommerce',
120
120
  type: 'starter',
121
- url: 'https://github.com/payloadcms/payload/templates/ecommerce',
121
+ url: 'https://github.com/payloadcms/template-ecommerce',
122
122
  description: 'E-commerce template for Payload Cloud',
123
123
  },
124
124
  ];
package/package.json CHANGED
@@ -37,7 +37,7 @@
37
37
  "prompts": "^2.4.2",
38
38
  "terminal-link": "^2.1.1"
39
39
  },
40
- "version": "0.3.31",
40
+ "version": "0.3.32",
41
41
  "devDependencies": {
42
42
  "@types/command-exists": "^1.2.0",
43
43
  "@types/degit": "^2.8.3",