mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
Reduce required Node.js version to 4.0.0.
The development workflow can be used with Node 4+, not just Node 6. We should avoid showing warnings and errors when users are installing this package via npm/yarn. Ref. #1729, #1743. Closes #1725.
This commit is contained in:
parent
e4e5cc1083
commit
03ac4a2e8e
2 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue