From a15aed9794eda166274084e79db4c3c1c5b9355c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E4=B9=A6=E4=BC=9F?= Date: Fri, 18 Aug 2017 18:01:52 +0800 Subject: [PATCH] fix bug --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef4a2f9..ff88553 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vue-click-helper", "version": "0.0.1", "description": "A Vue directive to distinguish between click and double click", - "main": "dist/clickHelper", + "main": "dist/clickHelper.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },