From aca15d6f3627008bf1500f9ded9dfaa51623e400 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sat, 2 Apr 2011 10:29:39 +0200 Subject: [PATCH] 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). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95d65e9..0c44f92 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "peg", + "name": "pegjs", "description": "Parser generator for JavaScript", "version": "0.6.0pre", "author": "David Majda (http://majda.cz/)",