From 2b6f1be91c6f3d82015a871082c518269243b772 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 26 Mar 2018 00:20:00 +0800 Subject: [PATCH] Package.json add home url. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a462a0..3c4e409 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hotkeys-js", "description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.", - "version": "3.1.0", + "version": "3.1.1", "main": "index.js", "scripts": { "lint": "eslint --ext .js src website", @@ -28,6 +28,7 @@ ], "author": "kenny wong ", "license": "MIT", + "homepage": "http://jaywcjlove.github.io/hotkeys", "repository": { "type": "git", "url": "https://github.com/jaywcjlove/hotkeys.git"