Revert gitignore package-lock, fix #115

Remove package-lock.json from gitignore for npm
Fix bug in #115 that modified user's gitconfig when running tests
This commit is contained in:
August Valera 2018-02-26 22:15:35 -08:00
parent 5b815cb619
commit c3fd9a48df
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
node_modules/
sandboxrepo
git-open.1
package-lock.json

View file

@ -40,7 +40,7 @@ setup() {
##
@test "url: insteadOf handling" {
git config --global url.http://example.com/.insteadOf ex:
git config --local url.http://example.com/.insteadOf ex:
git remote set-url origin ex:example.git
git checkout -B master
run ../git-open