claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 183 forks source link

Fixes nodejs engine warning msg during npm install #169

Closed JSteunou closed 7 years ago

JSteunou commented 8 years ago

Do not enforce engine version if there is no real reason

derhuerst commented 8 years ago

@JSteunou I'd guess there is a real reason, having specific version numbers in there.

What about "node": ">=0.8" and `"npm": ">=1.1"?

JSteunou commented 8 years ago

Should be better, event if I would be very surprised if anyone still use node 0.8 :D

claudioc commented 7 years ago

Make sense to me. Thanks for noticing!