From ce372281cdd3ffd74a4f481d7a4e8f4ff11494d9 Mon Sep 17 00:00:00 2001 From: Arthur Verschaeve Date: Mon, 29 Jun 2015 12:35:37 +0200 Subject: [PATCH] Add `path-exists` to `CONTRIBUTING.md` --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06f0a691c4..5e18d5f29c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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