isomorphic-router-demo
isomorphic-router-demo copied to clipboard
package.json fixed versions
Thanks for this great starter kit. Only on question, i used to fix all version (no tilde and caret) to avoid pb in CICD. Why do not you fix dependency versions ? Thanks
@asicfr I'm not sure what you are asking. This is a demo project and not a production ready project. I installed the dependencies and third party middlewares as needed with npm install --save [middleware]
.
Sorry, i have poor english. I mean why you don't use : npm install XXX --save --save-exact ?
Honestly I didn't think to do that. If you want to try make this project CICD-ready, feel free to submit a PR.