released v3.8.7

v3 v3.8.7
jaywcjlove 4 years ago
parent 3b613a6dfa
commit 3a2e2b75c6

@ -1,5 +1,5 @@
/*! /*!
* hotkeys-js v3.8.6 * hotkeys-js v3.8.7
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies. * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
* *
* Copyright (c) 2021 kenny wong <wowohoo@qq.com> * Copyright (c) 2021 kenny wong <wowohoo@qq.com>

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
/*! /*!
* hotkeys-js v3.8.6 * hotkeys-js v3.8.7
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies. * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
* *
* Copyright (c) 2021 kenny wong <wowohoo@qq.com> * Copyright (c) 2021 kenny wong <wowohoo@qq.com>

2
dist/hotkeys.js vendored

@ -1,5 +1,5 @@
/*! /*!
* hotkeys-js v3.8.6 * hotkeys-js v3.8.7
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies. * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
* *
* Copyright (c) 2021 kenny wong <wowohoo@qq.com> * Copyright (c) 2021 kenny wong <wowohoo@qq.com>

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{ {
"name": "hotkeys-js", "name": "hotkeys-js",
"description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.", "description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
"version": "3.8.6", "version": "3.8.7",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",
"module": "dist/hotkeys.esm.js", "module": "dist/hotkeys.esm.js",

Loading…
Cancel
Save