Skip to content

Commit d04ca2d

Browse files
committed
released v4.0.4
1 parent 214d6c7 commit d04ca2d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/hotkeys-js.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hotkeys-js.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hotkeys-js.umd.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, global.hotkeys = factory());
33
})(this, function() {
44
"use strict";/*!
5-
* hotkeys-js v4.0.3
5+
* hotkeys-js v4.0.4
66
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
77
*
88
* @author kenny wong <wowohoo@qq.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hotkeys-js",
33
"description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
4-
"version": "4.0.3",
4+
"version": "4.0.4",
55
"type": "module",
66
"main": "dist/hotkeys-js.umd.cjs",
77
"module": "dist/hotkeys-js.js",

0 commit comments

Comments
 (0)