Skip to content

Commit

Permalink
Merge pull request ramda#189 from zehua/set-node-version
Browse files Browse the repository at this point in the history
Added hint for node version min requirement
  • Loading branch information
buzzdecafe committed Sep 25, 2017
2 parents a49a701 + f16c122 commit cca1256
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ For more details on configuring the server, see [http-server docs][http-server].

## Development

### Node version

Node 6 or above is required in order to build jsdoc.

If you are using [nvm](https://github.com/creationix/nvm#nvmrc), simply run:

nvm install && nvm use

### Building docs

To rebuild the [docs](./docs/index.html) page:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "ramda.github.io",
"version": "0.24.1",
"description": "Ramda website",
"engines" : { "node" : ">=6.0.0" },
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit cca1256

Please sign in to comment.