Skip to content

Commit

Permalink
chore: adds engines definition
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Nov 9, 2024
1 parent a0e5288 commit d96510d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions get-started/azure-auth/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "",
"main": "out/index.js",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
3 changes: 3 additions & 0 deletions get-started/quickstart/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "",
"main": "out/index.js",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
3 changes: 3 additions & 0 deletions msgraph-mail/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"license": "MIT",
"main": "out/main.js",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit d96510d

Please sign in to comment.