Skip to content

Commit 5f67a15

Browse files
committed
Remove yarn lock file and document npm usage
1 parent 6eb0dff commit 5f67a15

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)