From 379e2978174a511293fb21e1b35bb418118619f0 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 13 Jun 2015 14:27:16 +0200 Subject: [PATCH] add `os-homedir` https://github.com/sindresorhus/os-homedir --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index aac8da2..e0c0a95 100644 --- a/readme.md +++ b/readme.md @@ -511,6 +511,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [set-immediate-shim](https://github.com/sindresorhus/set-immediate-shim) - Simple `setImmediate()` ponyfill. - [path-is-absolute](https://github.com/sindresorhus/path-is-absolute) - Node.js 0.12 `path.isAbsolute()` ponyfill. - [os-tmpdir](https://github.com/sindresorhus/os-tmpdir) - Node.js `os.tmpdir()` ponyfill. + - [os-homedir](https://github.com/sindresorhus/os-homedir) - io.js 2.3.0 `os.homedir()` ponyfill. - [debug-log](https://github.com/sindresorhus/debug-log) - Node.js 0.12 `util.debuglog()` ponyfill. - [buffer-equals](https://github.com/sindresorhus/buffer-equals) - Node.js 0.12 `buffer.equals()` ponyfill. - [buf-indexof](https://github.com/sindresorhus/buf-indexof) - io.js 1.5.0 `buffer.indexOf()` ponyfill.