Skip to content

Commit d0e9a6a

Browse files
Merge pull request #271 from DiogoRibeiro7/codex/decidir-entre-npm-ou-yarn-e-atualizar-readme
Remove yarn.lock and clarify npm usage
2 parents 6eb0dff + 5f67a15 commit d0e9a6a

File tree

2 files changed

+3
-1055
lines changed

2 files changed

+3
-1055
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ dependencies. Install them with:
2828
npm install
2929
```
3030

31+
This project uses **npm** for managing JavaScript dependencies and tracks
32+
exact versions in `package-lock.json`.
33+
3134
Bundled JavaScript is compiled from the source files in `assets/js/`. Run the
3235
following to create `main.min.js` (minified with a banner) or watch for changes:
3336

0 commit comments

Comments
 (0)