From e2270555b19ec169119d5530558a9efff9dbbaa1 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Mon, 14 Aug 2017 23:35:01 +0100 Subject: [PATCH] Added 'main' to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 79d3de4..36b88c6 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,6 @@ "dependencies": { "lodash": "^4.17.4" }, - "license": "MIT" + "license": "MIT", + "main": "src/index.js" }