From a244068ca50f466ff1c785fb8c754b33817450f6 Mon Sep 17 00:00:00 2001 From: Chesley Brown Date: Tue, 5 Aug 2014 09:29:51 -0230 Subject: [PATCH] Package main was pointing to incorrect file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88a7b74d..ebb9d7eb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "aglio", "version": "1.14.0", "description": "An API Blueprint renderer with theme support", - "main": "lib/main.js", + "main": "src/main.coffee", "bin": { "aglio": "./bin/aglio.js" },