From 65b9a16feffefe4f3ade28da0e7e97d6bd89b994 Mon Sep 17 00:00:00 2001 From: mahdi pedramrazi Date: Tue, 25 Aug 2015 14:54:25 -0700 Subject: [PATCH] Fixing the path in main we are using require.resolve and it's failing because the path is incorrect. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c365064..bc8d2e5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "engines": { "node": ">=0.1.90" }, - "main": "lib", + "main": "lib/index.js", "files": [ "examples", "lib",