js-keycodes
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "js-keycodes", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Identify and work with keycodes on JavaScript", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"test-watch": "jest --colors --watch", | ||
"codecov": "codecov" | ||
"codecov": "codecov --token=$CODECOV_TOKEN" | ||
}, | ||
@@ -52,5 +52,4 @@ "repository": { | ||
"node" | ||
], | ||
"mapCoverage": true | ||
] | ||
} | ||
} |
js-keycodes | ||
=========== | ||
![travis build](https://api.travis-ci.org/js-keycodes.svg?branch=master) | ||
![Codecov](https://img.shields.io/codecov/c/github/js-keycodes.svg) | ||
![travis build](https://api.travis-ci.com/carlos-algms/js-keycodes.svg?branch=master) | ||
![codecov](https://codecov.io/gh/carlos-algms/js-keycodes/branch/master/graph/badge.svg) | ||
![NPM version](https://img.shields.io/npm/v/js-keycodes.svg) | ||
@@ -6,0 +6,0 @@ ![Downloads](https://img.shields.io/npm/dy/js-keycodes.svg) |
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
10520