Skip to content

Commit bd5c80c

Browse files
committed
Allow @fastly/compute-js-static-publish to be upgraded after app is scaffolded.
1 parent 0060954 commit bd5c80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/init-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ ${staticFiles}
531531
type: 'module',
532532
devDependencies: {
533533
"@fastly/cli": "^10.14.0",
534-
'@fastly/compute-js-static-publish': computeJsStaticPublisherVersion,
534+
'@fastly/compute-js-static-publish': "^" + computeJsStaticPublisherVersion,
535535
},
536536
dependencies: {
537537
'@fastly/js-compute': '^3.0.0',

0 commit comments

Comments
 (0)