Corrected node.js version requirement.

package.json was being told that nodebb only required version >=0.8.x of node. Per documentation and communication with developers this should be >=0.10.x
Changing this should help users who accidentally run nodebb on node.js 0.8 to run it on a supported version of 0.10.x or highter.
v1.18.x
RefinedSoftwareLLC 11 years ago
parent 84f3fee488
commit 215ec041bb

@ -67,7 +67,7 @@
"url": "https://github.com/NodeBB/NodeBB/issues" "url": "https://github.com/NodeBB/NodeBB/issues"
}, },
"engines": { "engines": {
"node": ">=0.8" "node": ">=0.10"
}, },
"maintainers": [ "maintainers": [
{ {

Loading…
Cancel
Save