Add path-exists to CONTRIBUTING.md

This commit is contained in:
Arthur Verschaeve 2015-06-29 12:35:37 +02:00
parent 0044100e3d
commit ce372281cd

View File

@ -145,6 +145,8 @@ your [`$PATH`](http://unix.stackexchange.com/questions/26047/how-to-correctly-ad
+ [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)
#### Code Standards