From 3af8880b7dec9be701a3924233c193ce896e2863 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 25 Jan 2015 21:49:24 -0500 Subject: [PATCH] all lowercase name in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79a2f85..ff88daa 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "DocAST", + "name": "docast", "version": "0.1.0", "description": "Generate JS documentation via AST parsing", "main": "lib/index.js",