From ace615053a3c58cfb7ca79fa159188bb661eb975 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 5 Sep 2016 18:18:33 -0400 Subject: [PATCH] fix(package.json): point to right main --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dde3a2e..f80c0b9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/diasdavid/interface-transport.git" }, - "main": "src/index.js", + "main": "lib/index.js", "jsnext:main": "src/index.js", "scripts": { "lint": "aegir-lint", @@ -46,4 +46,4 @@ "Richard Littauer ", "greenkeeperio-bot " ] -} \ No newline at end of file +}