node/deps
Chris Dickinson 49bb7ded2c 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: https://github.com/iojs/io.js/pull/1456
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-04-17 13:26:01 -07:00
..
cares src,deps: replace LoadLibrary by LoadLibraryW 2015-01-07 23:38:28 +01:00
gtest deps: check in gtest, add util unit test 2015-04-01 22:35:56 +02:00
http_parser deps: roll back http_parser to 2.3.0 2015-01-28 16:56:44 +01:00
npm deps: fix git case sensitivity issue in npm 2015-04-17 13:26:01 -07:00
openssl deps: add docs to upgrade openssl 2015-04-15 00:39:19 +09:00
uv linux: fix epoll_pwait() fallback on arm64 2015-04-07 16:30:09 +02:00
v8 deps: backport 1f8555 from v8's upstream 2015-04-11 21:06:40 +02:00
zlib deps: don't build minizip into zlib 2015-01-10 02:38:18 +01:00