From e8c18cf702c37503927717a39f95d817a3d70f76 Mon Sep 17 00:00:00 2001 From: Technote Date: Sun, 6 Oct 2019 18:18:24 +0900 Subject: [PATCH 1/2] fix: gh pages --- bin/gh-pages/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gh-pages/plugin.js b/bin/gh-pages/plugin.js index 4090d38..6983290 100644 --- a/bin/gh-pages/plugin.js +++ b/bin/gh-pages/plugin.js @@ -1,5 +1,5 @@ import $ from 'jquery'; -import './jquery.marker-animation.min'; +import './index'; import './plugin.scss'; $( () => { From 3334f0fd39e53334b84b443c47cd4ee9df172faf Mon Sep 17 00:00:00 2001 From: Technote Date: Sun, 6 Oct 2019 18:18:59 +0900 Subject: [PATCH 2/2] feat: Update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8688d74..2fc8bea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.marker-animation", - "version": "1.4.5", + "version": "1.4.6", "description": "Marker animation jQuery plugin", "main": "build/index.js", "files": [