From 8d70b24aeaf77f50e66e54a39296307b30492162 Mon Sep 17 00:00:00 2001 From: Naila Nur <23naila.n@gmail.com> Date: Wed, 21 Jun 2017 18:26:23 -0400 Subject: [PATCH] Update package.json Webpack won't import the main file without the '.src/' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8195019..b183538 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jQuery-Tags-Input", "version": "1.3.5", "description": "", - "main": "jquery.tagsinput.js", + "main": "./src/jquery.tagsinput.js", "directories": { "test": "test" },