Skip to content

Commit

Permalink
deps: fix git case sensitivity issue in npm
Browse files Browse the repository at this point in the history
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 <fishrock123@rocketmail.com>
  • Loading branch information
chrisdickinson committed Apr 17, 2015
1 parent 5b844e1 commit 49bb7de
Showing 1 changed file with 0 additions and 233 deletions.
233 changes: 0 additions & 233 deletions deps/npm/node_modules/request/node_modules/qs/Readme.md

This file was deleted.

0 comments on commit 49bb7de

Please sign in to comment.