Skip to content

Commit 2cbb740

Browse files
authored
Update node version
Also update the output in the sample test run.
1 parent ddaac7f commit 2cbb740

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you are filing an issue for a bug or other misbehavior, please provide:
3939

4040
## Building From Source
4141

42-
Install Node.js and then run
42+
Install Node.js `8` or greater and then run
4343

4444
$ git clone https://github.com/mozilla/source-map.git
4545
$ cd source-map/
@@ -64,16 +64,16 @@ force push to the remote branch to update the pull request.
6464

6565
## Running Tests
6666

67-
The test suite is written for node.js. Install node.js `0.10.0` or greater and
67+
The test suite is written for node.js. Install node.js `8` or greater and
6868
then run the tests with `npm test`:
6969

7070
```shell
7171
$ npm test
72-
> source-map@0.5.0 test /Users/fitzgen/src/source-map
72+
> source-map@0.7.3 test /Users/fitzgen/src/source-map
7373
> node test/run-tests.js
7474

7575

76-
119 / 119 tests passed.
76+
137 / 137 tests passed.
7777
```
7878

7979
## Writing New Tests

0 commit comments

Comments
 (0)