From abcf792fd18f34bb9cd72e37b38aca5d5bb9972e Mon Sep 17 00:00:00 2001 From: Scott Elwood Date: Tue, 12 Dec 2017 14:59:52 -0800 Subject: [PATCH] Fix entry point --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fbdce03f..e139bcd9 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "popover.js", - "version": "0.2.18", + "version": "0.2.19", "description": "", - "main": "dist/popover.js", + "main": "dist/index.js", "scripts": { "build": "webpack", "build:watch": "webpack --watch",