edgeryders / edgeryders-now-api

ISC License
1 stars 1 forks source link

Do not include node_modules in the repo #1

Closed tanius closed 5 years ago

tanius commented 5 years ago

Normally a source code repository is only used for own code, not for third-party packages that are included as dependencies. That avoids redundancy and guarantees that there are no local changes in the included modules.

So instead of the current node_modules directory, please provide a README with installation instructions so that npm install will re-create the contents of node_modules during installation.