ericadamski / collaborative-edit

A collaboration package for the Atom Text Editor ( REMOVED FROM ATOM, for now, due to many errors )
MIT License
2 stars 1 forks source link

Remove dependencies #3

Closed Sieniawsky closed 10 years ago

Sieniawsky commented 10 years ago

Standard practice is to maintain a package.json file to describe dependencies, however these dependencies should not be committed to the repository. Instead a .gitignore file should be added that explicitly states that node_modules should not be tracked by git. Upon cloning the repository a user can simply run npm install to download needed dependencies.