Skip to content

Commit

Permalink
Avoid versioning npm locks (#122)
Browse files Browse the repository at this point in the history
* npm lock file are json one, not using lock extension

* remove already versionned npm lock files
  • Loading branch information
waghanza authored and tbrand committed Feb 17, 2018
1 parent 89b8a37 commit 60b26a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 379 deletions.
2 changes: 2 additions & 0 deletions node/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# npm lock file
package-lock.json
332 changes: 0 additions & 332 deletions node/express/package-lock.json

This file was deleted.

47 changes: 0 additions & 47 deletions node/polka/package-lock.json

This file was deleted.

0 comments on commit 60b26a4

Please sign in to comment.