Comparing version 1.1.2 to 1.1.3
@@ -1,2 +0,12 @@ | ||
/******/ (function(modules) { // webpackBootstrap | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
module.exports = factory(); | ||
else if(typeof define === 'function' && define.amd) | ||
define([], factory); | ||
else { | ||
var a = factory(); | ||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; | ||
} | ||
})(this, function() { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
/******/ // The module cache | ||
@@ -127,12 +137,12 @@ /******/ var installedModules = {}; | ||
function keybinder() { | ||
var keybinder = function keybinder() { | ||
return new Keybinder(arguments[0], arguments[1], arguments[2]); | ||
} | ||
}; | ||
window.keybinder = keybinder; | ||
module.exports = keybinder; | ||
/***/ } | ||
/******/ ]); | ||
/******/ ]) | ||
}); | ||
; | ||
//# sourceMappingURL=keybinder.js.map |
@@ -1,2 +0,12 @@ | ||
/******/ (function(modules) { // webpackBootstrap | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
module.exports = factory(); | ||
else if(typeof define === 'function' && define.amd) | ||
define([], factory); | ||
else { | ||
var a = factory(); | ||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; | ||
} | ||
})(this, function() { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
/******/ // The module cache | ||
@@ -127,12 +137,12 @@ /******/ var installedModules = {}; | ||
function keybinder() { | ||
var keybinder = function keybinder() { | ||
return new Keybinder(arguments[0], arguments[1], arguments[2]); | ||
} | ||
}; | ||
window.keybinder = keybinder; | ||
module.exports = keybinder; | ||
/***/ } | ||
/******/ ]); | ||
/******/ ]) | ||
}); | ||
; | ||
//# sourceMappingURL=keybinder.min.js.map |
{ | ||
"name": "keybinder", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Javascript keybinder", | ||
@@ -5,0 +5,0 @@ "main": "build/keybinder.min.js", |
@@ -22,3 +22,4 @@ const path = require('path'); | ||
path: __dirname, | ||
filename: PROD ? "build/keybinder.min.js" : "build/keybinder.js" | ||
filename: PROD ? "build/keybinder.min.js" : "build/keybinder.js", | ||
libraryTarget: "umd" | ||
}, | ||
@@ -25,0 +26,0 @@ module: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
146284
308