Comparing version 0.1.0-alpha.1 to 0.1.0-alpha.2
@@ -8,2 +8,9 @@ 'use strict'; | ||
exports.unbindKey = unbindKey; | ||
var _parseKey = require('parse-key'); | ||
var _parseKey2 = _interopRequireDefault(_parseKey); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function matchesKey(key, event) { | ||
@@ -26,3 +33,3 @@ if (!key) { | ||
var key = parseKey(keyString); | ||
var key = (0, _parseKey2.default)(keyString); | ||
@@ -29,0 +36,0 @@ if (matchesKey(key, e)) { |
{ | ||
"name": "bind-keys", | ||
"version": "0.1.0-alpha.1", | ||
"version": "0.1.0-alpha.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -0,1 +1,3 @@ | ||
import parseKey from 'parse-key'; | ||
function matchesKey(key, event) { | ||
@@ -2,0 +4,0 @@ if (!key) { |
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
3196
5
70