From 0832d01205a5b483e3f2acfcff0fc0ee14bd5e1f Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 30 Oct 2015 19:23:49 +0800 Subject: [PATCH] Add "main" in the package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63057be..a053095 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hotkeys", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "src/hotkeys.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },