This PR bumps requirements per npm audit, and also adds an entry for .nvmrc into .gitignore for those using nvm to manage different versions of node locally.
Testing instructions:
npm install
npm start &
npm test
...or just let CI do its thing.
Author notes and concerns:
Just a small thing I found when playing with this repo. Not sure if you have any other required checks before doing requirements updates. Hope to have more stuff for you soon.
Also I used conventional commit syntax for the commit memos, but you don't seem to be using that standard. Please let me know if you have a preferred set of conventions for labeling commits.
This PR bumps requirements per
npm audit
, and also adds an entry for.nvmrc
into .gitignore for those usingnvm
to manage different versions of node locally.Testing instructions:
npm install
npm start &
npm test
...or just let CI do its thing.Author notes and concerns:
Just a small thing I found when playing with this repo. Not sure if you have any other required checks before doing requirements updates. Hope to have more stuff for you soon.
Also I used conventional commit syntax for the commit memos, but you don't seem to be using that standard. Please let me know if you have a preferred set of conventions for labeling commits.