Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package.json #1725

Closed
wants to merge 2 commits into from
Closed

Update package.json #1725

wants to merge 2 commits into from

Conversation

jackycute
Copy link

fix engine version which could make more compatibility to new node version

fix engine version which could make more compatibility to new node version
fix engine number to allow greater node version to install
@@ -19,7 +19,7 @@
"url": "git://github.com/hakimel/reveal.js.git"
},
"engines": {
"node": "~4.1.1"
"node": ">=4.1.1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make this >=4.0.0?

bnjmnt4n added a commit to bnjmnt4n/reveal.js that referenced this pull request Dec 6, 2016
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. hakimel#1729, hakimel#1743.
Closes hakimel#1725.
@hakimel hakimel closed this in 713702a Dec 6, 2016
SteveDesmond-ca pushed a commit to SteveDesmond-ca/presentations that referenced this pull request Apr 19, 2017
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. hakimel#1729, hakimel#1743.
Closes hakimel#1725.
SteveDesmond-ca pushed a commit to SteveDesmond-ca/presentations that referenced this pull request Apr 19, 2017
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. hakimel#1729, hakimel#1743.
Closes hakimel#1725.
derheap pushed a commit to derheap/reveal.js that referenced this pull request Feb 22, 2018
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. hakimel#1729, hakimel#1743.
Closes hakimel#1725.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants