Skip to content

Commit

Permalink
Revert ".gitignore: Remove package-lock.json"
Browse files Browse the repository at this point in the history
This reverts commit c77ee65.

coala bears does not control the installed versions on users
machines.
The package.json in this repository is generated to aide installing,
and is not used to build a product and is therefore not locked!
CI fails when the lock is not maintained, and we have no reason
to maintain a lock file.

Related to coala#2508
  • Loading branch information
jayvdb committed Jul 20, 2019
1 parent 3a36fdb commit 2f41030
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10,381 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ Gemfile.lock
*.swp
venv
bears/upload/
package-lock.json
Loading

0 comments on commit 2f41030

Please sign in to comment.