Require Node.js >= 0.8.0

This commit is contained in:
David Majda 2013-12-18 08:35:31 +01:00
parent ff0beb5a8c
commit a449f12efe
2 changed files with 2 additions and 2 deletions

View file

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

View file

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