From 301df15921c12273cddf53e1d9ba830aba3ac202 Mon Sep 17 00:00:00 2001 From: Arthur Verschaeve Date: Tue, 30 Jun 2015 23:50:44 +0200 Subject: [PATCH] Add `resolve` to `CONTRIBUTING.md` Introduced in https://github.com/babel/babel/commit/aaf4cbf06f48f9f4476ad814ba6f72e064042ff1 --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aac98472d2..2cc37d6ae1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -147,6 +147,7 @@ your [`$PATH`](http://unix.stackexchange.com/questions/26047/how-to-correctly-ad + [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. ++ [resolve](https://www.npmjs.com/package/resolve) Implements the [`require.resolve()` algorithm](http://nodejs.org/docs/v0.12.0/api/all.html#all_require_resolve) such that we can `require.resolve()` on behalf of a file asynchronously and synchronously. #### Code Standards