Skip to content

Commit c5f7000

Browse files
authored
Use engines not engine in generated package.json file for samples (Azure#15577)
1 parent 550ca1b commit c5f7000

File tree

1 file changed

+1
-1
lines changed
  • common/tools/dev-tool/src/commands/samples

1 file changed

+1
-1
lines changed

common/tools/dev-tool/src/commands/samples/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function createPackageJson(info: SampleGenerationInfo, outputKind: OutputKind):
7676
private: true,
7777
version: "1.0.0",
7878
description: `${info.productName} client library samples for ${fullOutputKind}`,
79-
engine: {
79+
engines: {
8080
node: `>=${MIN_SUPPORTED_NODE_VERSION}`
8181
},
8282
...(outputKind === OutputKind.TypeScript

0 commit comments

Comments
 (0)