Require Node.js >= 0.8.0

redux
David Majda 10 years ago
parent ff0beb5a8c
commit a449f12efe

@ -415,7 +415,7 @@ Compatibility
Both the parser generator and generated parsers should run well in the following Both the parser generator and generated parsers should run well in the following
environments: environments:
* Node.js 0.6.6+ * Node.js 0.8.0+
* IE 8+ * IE 8+
* Firefox * Firefox
* Chrome * Chrome

@ -46,6 +46,6 @@
"jshint": "= 2.3.0" "jshint": "= 2.3.0"
}, },
"engines": { "engines": {
"node": ">= 0.6.6" "node": ">= 0.8"
} }
} }

Loading…
Cancel
Save