diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-02-26 22:19:06 +1300 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-02-26 22:24:51 +1300 |
commit | abb65e96dcf59c8de5f90f6625469470e68d2d3a (patch) | |
tree | 167fb914e42b86703be4bf627d9388caf8c359e9 /.gitignore | |
parent | 14d3b867cc3d16b8179f0c62118690a74d5b8775 (diff) | |
download | patchfoo-abb65e96dcf59c8de5f90f6625469470e68d2d3a.tar.gz patchfoo-abb65e96dcf59c8de5f90f6625469470e68d2d3a.zip |
Remove package-lock.json
Unfortunately, it breaks installs when there are conflicting tarballs for a package version.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ /node_modules/ +package-lock.json |