From ab2769c797b74550a05b1482f11b7df2544f1247 Mon Sep 17 00:00:00 2001 From: Astray-git Date: Mon, 23 Jul 2018 20:47:09 +0800 Subject: [PATCH] fix: main file --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 50a7187..4e8ad36 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "vue-highlight-words", - "version": "0.1.0", + "version": "0.1.1", "description": "Vue component to highlight words within a larger body of text", "sideEffects": [ "*.css", "src/App.vue" ], - "main": "dist/vue-hightlight-words.common.js", + "main": "dist/vue-highlight-words.common.js", "files": [ "dist" ],