Skip to content

Commit

Permalink
Merge pull request #4307 from jimmywim/saveExactSwitchNpm
Browse files Browse the repository at this point in the history
Suggest save-exact for npm dependencies
  • Loading branch information
baywet authored Mar 8, 2024
2 parents f74196b + 36e4152 commit 399453d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kiota/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"Version": "1.0.0-preview.14"
}
],
"DependencyInstallCommand": "npm install {0}@{1} -S"
"DependencyInstallCommand": "npm install {0}@{1} -SE"
},
"PHP": {
"MaturityLevel": "Stable",
Expand Down

0 comments on commit 399453d

Please sign in to comment.