Skip to content

Commit

Permalink
nodejs: change capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Sep 17, 2024
1 parent 4129102 commit 59f448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user_guides/deploy_nodejs_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This file is used to pick your nodejs version and install your dependencies.

### package-lock.json (strong recommended)

The package-lock.json file is crucial in Node.js projects for ensuring consistent and reproducible builds. Here's why generating and maintaining this file is important: Ensures Consistent Dependency Versions, Speeds Up Installations and Improves Security
The package-lock.json file is crucial in Node.js projects for ensuring consistent and reproducible builds. Here's why generating and maintaining this file is important: ensures consistent dependency versions, speeds Up installations and improves security

## yarn.lock (optional)

Expand Down

0 comments on commit 59f448b

Please sign in to comment.