From aeef49af135bea46885cfebb4e782ed91a0fe6c7 Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Sun, 21 Dec 2014 13:08:06 +0100 Subject: [PATCH] Fix main key in package.json that caused node to fail at importing scribe --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b99e19b..3457237 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "url": "https://github.com/bluejamesbond/Scribe.js/blob/master/LICENSE-MIT" } ], - "main": "lib/scribe.js", + "main": "scribe.js", "scripts": { "test": "grunt nodeunit" },