EventCalendar
EventCalendar copied to clipboard
Make it clear that the `package.json` and `package-lock.json` Should not be committed
I have seen in some pull requests that the package.json is being committed as well, maybe it should be in the .gitignore files or should made clear to not add the package files. Thank you.
We should make this clear not to commit, these should not be ignored otherwise people cannot install in the dependencies
yes otherwise their might be different version of packages installed for different people.
We should make this clear not to commit, these should not be ignored otherwise people cannot install in the dependencies
Yes I agree
I will change the issue name. Thank you
thank you 👍
Is this to be added in the readme?
Yes, I think that is where it should be said @krishguptadev
I think we should wait for the contributing.md file and add it there instead. Thanks 😊👍