gh-pages
jaywcjlove 6 years ago
parent ca114331a0
commit 29e471d80f

@ -1 +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.96fbccfe.css"></head> <body> <div id="root"></div> <script src="website.e4841159.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.96fbccfe.css"></head> <body> <div id="root"></div> <script src="website.b2db52ef.js"></script> </body> </html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -54187,7 +54187,7 @@ module.exports = {
"scripts": {
"lint": "eslint --ext .js src website",
"deploy": "npm run doc:build && gh-pages -d doc",
"build": "node scripts/build.js",
"build": "npm run doc:build && node scripts/build.js",
"watch": "node scripts/watch.js",
"pretest": "npm run build",
"test": "npm run lint && jest --coverage",
@ -54198,7 +54198,7 @@ module.exports = {
},
"husky": {
"hooks": {
"pre-commit": "npm run build && npm run lint"
"pre-commit": "npm run lint"
}
},
"keywords": ["hotkey", "hotkeys", "hotkeys-js", "hotkeysjs", "key", "keys", "keyboard", "shortcuts", "keypress"],
@ -54523,7 +54523,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = "" || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + "55811" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "61683" + '/');
ws.onmessage = function (event) {
var data = JSON.parse(event.data);

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save