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"