Skip to content

Commit

Permalink
Merge pull request #1760 from demoneaux/package-json
Browse files Browse the repository at this point in the history
Reduce required Node.js version to 4.0.0.
  • Loading branch information
hakimel authored Dec 6, 2016
2 parents e4e5cc1 + 03ac4a2 commit 2bd6b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ Reveal.initialize({

Then:

1. Install [Node.js](http://nodejs.org/) (1.0.0 or later)
1. Install [Node.js](http://nodejs.org/) (4.0.0 or later)
2. Run ```npm install```
3. Run ```node plugin/notes-server```

Expand Down Expand Up @@ -1115,7 +1115,7 @@ The core of reveal.js is very easy to install. You'll simply need to download a
Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
1. Install [Node.js](http://nodejs.org/) (1.0.0 or later)
1. Install [Node.js](http://nodejs.org/) (4.0.0 or later)
1. Clone the reveal.js repository
```sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "git://github.com/hakimel/reveal.js.git"
},
"engines": {
"node": "~6.9.1"
"node": ">=4.0.0"
},
"dependencies": {
"express": "~4.14.0",
Expand Down

0 comments on commit 2bd6b56

Please sign in to comment.