Skip to content

Commit 49bb7de

Browse files
deps: fix git case sensitivity issue in npm
Remove Readme.md, as the subsequent npm update commit creates a README.md. Combining the create and delete operations into the same commit leads to OSX machines running into issues – they don't detect it as a rename, instead trying to create a new README.md, which fails because Readme.md hasn't been deleted yet. This causes the entire operation to fail spectacularly. Thus, the delete operation is performed first, in this commit, then the create operation follows in the npm update commit. PR-URL: #1456 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 5b844e1 commit 49bb7de

File tree

1 file changed

+0
-233
lines changed
  • deps/npm/node_modules/request/node_modules/qs

1 file changed

+0
-233
lines changed

deps/npm/node_modules/request/node_modules/qs/Readme.md

-233
This file was deleted.

0 commit comments

Comments
 (0)