Skip to content

Commit b76b1e0

Browse files
asdf
1 parent cae4b1d commit b76b1e0

File tree

11 files changed

+684
-686
lines changed

11 files changed

+684
-686
lines changed

package-lock.json

Lines changed: 6 additions & 311 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@
4747
},
4848
"dependencies": {
4949
"open": "^10.1.0"
50+
},
51+
"overrides": {
52+
"rimraf": "^5.0.0",
53+
"glob": "^10.0.0"
5054
}
5155
}

packages/contentful--app-scripts/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export function getFunctionsFromManifest(): Omit<ContentfulFunction, 'entryFile'
163163
process.exit(1);
164164
}
165165

166-
// EntryFile is not used but we do want to strip it
166+
// EntryFile is not used but we do want to strip it
167167
// eslint-disable-next-line no-unused-vars
168168
const { entryFile: _, ...itemWithoutEntryFile } = item;
169169

packages/contentful--create-contentful-app/package-lock.json

Lines changed: 0 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentful--create-contentful-app/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
"tildify": "2.0.0",
4949
"validate-npm-package-name": "6.0.1"
5050
},
51+
"overrides": {
52+
"tiged": {
53+
"rimraf": "^5.0.0"
54+
}
55+
},
5156
"bugs": {
5257
"url": "https://github.com/contentful/create-contentful-app/issues"
5358
},

packages/contentful--create-contentful-app/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async function initProject(appName: string, options: CLIOptions) {
154154

155155
if (!isInteractive && isContentfulTemplate(templateSource) && normalizedOptions.function) {
156156
// If function flag is specified, but no function name is provided, we default to external-references
157-
// for legacy support
157+
// for legacy support
158158
if (normalizedOptions.function === true) {
159159
normalizedOptions.function = 'external-references';
160160
}

0 commit comments

Comments
 (0)