Skip to content

Commit

Permalink
released v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 15, 2019
1 parent dacf4c6 commit 8892b4e
Show file tree
Hide file tree
Showing 12 changed files with 969 additions and 22 deletions.
2 changes: 1 addition & 1 deletion dist/hotkeys.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* hotkeys-js v3.4.1
* hotkeys-js v3.4.2
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2019 kenny wong <[email protected]>
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* hotkeys-js v3.4.1
* hotkeys-js v3.4.2
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2019 kenny wong <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion dist/hotkeys.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* hotkeys-js v3.4.1
* hotkeys-js v3.4.2
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2019 kenny wong <[email protected]>
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.

14 changes: 1 addition & 13 deletions doc/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
<html>
<head>
<meta charset="UTF-8">
<title>hotkeys.js - A robust Javascript library for capturing keyboard input.</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="A robust Javascript library for capturing keyboard input and key combinations entered. It has no dependencies. Try to press your keyboard, The following button will highlight.">
<link rel="stylesheet" href="/website.e31bb0bc.css"></head>
<body>
<div id="root"></div>
<script src="/website.e31bb0bc.js"></script>
</body>

</html>
<html> <head> <meta charset="UTF-8"> <title>hotkeys.js - A robust Javascript library for capturing keyboard input.</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content="A robust Javascript library for capturing keyboard input and key combinations entered. It has no dependencies. Try to press your keyboard, The following button will highlight."> <link rel="stylesheet" href="website.aadaefce.css"></head> <body> <div id="root"></div> <script src="website.41120720.js"></script> </body> </html>
Loading

0 comments on commit 8892b4e

Please sign in to comment.