Remove user-home from CONTRIBUTING.md

In favor of `user-or-tmp`

Ref 90b8826e73
This commit is contained in:
Arthur Verschaeve 2015-06-30 23:36:52 +02:00 committed by Arthur Verschaeve
parent 03a979a6bd
commit 63f53e3773

View File

@ -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