Skip to content

Commit

Permalink
Revert gitignore package-lock, fix #115
Browse files Browse the repository at this point in the history
Remove package-lock.json from gitignore for npm
Fix bug in #115 that modified user's gitconfig when running tests
  • Loading branch information
4U6U57 committed Feb 27, 2018
1 parent 5b815cb commit c3fd9a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules/
sandboxrepo
git-open.1
package-lock.json
2 changes: 1 addition & 1 deletion test/git-open.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3fd9a4

Please sign in to comment.