From 9e647759a987d437d45203a7a129c47abeca47e2 Mon Sep 17 00:00:00 2001 From: Matthew Francis Brunetti Date: Fri, 2 Mar 2018 15:14:03 -0300 Subject: [PATCH] fix(module): Include dist folder in package and use main.bundle.js as only entry point --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e434a06..ef94c53 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "repository": "zenflow/sweetalert2-react-content", "description": "Dynamic content in SweetAlert2, the React way", "main": "dist/main.bundle.js", - "jsnext:main": "src/main.js", + "jsnext:main": "dist/main.bundle.js", "files": [ - "dist/**" + "dist" ], "scripts": { "dev:tests": "karma start karma.conf.js",