mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-09 23:16:25 -04:00
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:
parent
5b815cb619
commit
c3fd9a48df
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
|||
node_modules/
|
||||
sandboxrepo
|
||||
git-open.1
|
||||
package-lock.json
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue