Package.json add home url.

pull/23/head
jaywcjlove 7 years ago
parent 2815818ac6
commit 2b6f1be91c

@ -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 <wowohoo@qq.com>",
"license": "MIT",
"homepage": "http://jaywcjlove.github.io/hotkeys",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/hotkeys.git"

Loading…
Cancel
Save