Require Node.js 0.4 or higher
This is not strictly necessary now, but I won't test PEG.js with lower versions, so I can't guarantee correct functionality.
This commit is contained in:
parent
dcf904c392
commit
1e57bf778d
|
@ -6,6 +6,6 @@
|
|||
"homepage": "http://pegjs.majda.cz/",
|
||||
"repository": "git://github.com/dmajda/pegjs.git",
|
||||
"engines": {
|
||||
"node": ">= 0.2.6"
|
||||
"node": ">= 0.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue