From 63f53e37739a2914bef87e80d769e4d4a91539ab Mon Sep 17 00:00:00 2001 From: Arthur Verschaeve Date: Tue, 30 Jun 2015 23:36:52 +0200 Subject: [PATCH] Remove `user-home` from `CONTRIBUTING.md` In favor of `user-or-tmp` Ref https://github.com/babel/babel/commit/90b8826e735a01f1f2fc3c300f3bbb40179fd8ee --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e18d5f29c..aac98472d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -143,10 +143,10 @@ your [`$PATH`](http://unix.stackexchange.com/questions/26047/how-to-correctly-ad + [trim-right](http://ghub.io/trim-right) Trims the rightside whitespace. -+ [user-home](http://ghub.io/user-home) Gets the users home directory. This is used to resolve the babel-node/babel/register cache. - + [path-exists](https://www.npmjs.com/package/path-exists) Checks if a path exists. (replaces the deprecated `fs.exists` methods) ++ [home-or-tmp](https://github.com/sindresorhus/home-or-tmp) Gets the user home directory with fallback to the system temporary directory. This is used to resolve the babel-node/babel/register cache. + #### Code Standards