Skip to content

Commit

Permalink
Package.json add home url.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 25, 2018
1 parent 2815818 commit 2b6f1be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 2b6f1be

Please sign in to comment.