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:
David Majda 2011-02-13 12:50:42 +01:00
parent dcf904c392
commit 1e57bf778d

View file

@ -6,6 +6,6 @@
"homepage": "http://pegjs.majda.cz/",
"repository": "git://github.com/dmajda/pegjs.git",
"engines": {
"node": ">= 0.2.6"
"node": ">= 0.4"
}
}