Change Node.js pacakge name to from "peg" to "pegjs"

The only place where we use the name without "js" is the library
filename (peg.js) and consequently the module name (PEG).
This commit is contained in:
David Majda 2011-04-02 10:29:39 +02:00
parent db32ff2d0d
commit aca15d6f36

View file

@ -1,5 +1,5 @@
{ {
"name": "peg", "name": "pegjs",
"description": "Parser generator for JavaScript", "description": "Parser generator for JavaScript",
"version": "0.6.0pre", "version": "0.6.0pre",
"author": "David Majda <david@majda.cz> (http://majda.cz/)", "author": "David Majda <david@majda.cz> (http://majda.cz/)",