Skip to content

Commit

Permalink
Build v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 23, 2019
1 parent 00a8b67 commit 7d416f1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/hotkeys.common.js
@@ -1,5 +1,5 @@
/*!
* hotkeys-js v3.7.0
* hotkeys-js v3.7.1
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2019 kenny wong <wowohoo@qq.com>
Expand Down
2 changes: 1 addition & 1 deletion dist/hotkeys.common.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/hotkeys.esm.js
@@ -1,5 +1,5 @@
/*!
* hotkeys-js v3.7.0
* hotkeys-js v3.7.1
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2019 kenny wong <wowohoo@qq.com>
Expand Down
2 changes: 1 addition & 1 deletion dist/hotkeys.js
@@ -1,5 +1,5 @@
/*!
* hotkeys-js v3.7.0
* hotkeys-js v3.7.1
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2019 kenny wong <wowohoo@qq.com>
Expand Down
2 changes: 1 addition & 1 deletion dist/hotkeys.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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.7.0",
"version": "3.7.1",
"main": "index.js",
"types": "index.d.ts",
"module": "dist/hotkeys.esm.js",
Expand Down

0 comments on commit 7d416f1

Please sign in to comment.