diff options
| author | Stephen Blott | 2016-01-02 06:58:41 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-01-02 06:58:41 +0000 |
| commit | cd2aff1a9f787c3def235831eae88e181c8f7f3e (patch) | |
| tree | 0c2d06c76350fa178b2b32b62ee1e6840cf4f9c9 | |
| parent | 0d69f06d362b0c91246081d37e07c5330699af5b (diff) | |
| parent | 6b063dd1e5c7bd234ad5cbdc5e7e24601024ed44 (diff) | |
| download | vimium-cd2aff1a9f787c3def235831eae88e181c8f7f3e.tar.bz2 | |
Merge pull request #1922 from jdpopkin/update_contributing
Update dependencies in CONTRIBUTING
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 034a287e..27db315c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ Our tests use [shoulda.js](https://github.com/philc/shoulda.js) and [PhantomJS]( 1. `git submodule update --init --recursive` -- this pulls in shoulda.js. 1. Install [PhantomJS](http://phantomjs.org/download.html). - 1. `npm install path` to install the [Node.js Path module](http://nodejs.org/api/path.html), used by the test runner. + 1. `npm install path@0.11` to install the [Node.js Path module](http://nodejs.org/api/path.html), used by the test runner. 1. `npm install util` to install the [util module](https://www.npmjs.com/package/util), used by the tests. 1. `cake build` to compile `*.coffee` to `*.js` 1. `cake test` to run the tests. |
