Require Node.js >= 0.8.0
This commit is contained in:
parent
ff0beb5a8c
commit
a449f12efe
|
@ -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
|
||||
|
|
|
@ -46,6 +46,6 @@
|
|||
"jshint": "= 2.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6.6"
|
||||
"node": ">= 0.8"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue