keypress-prompt
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "keypress-prompt", | ||
"description": "prompts with a single keypress response", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"main": "src/keypress-prompt.js", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -10,3 +10,3 @@ # keypress-prompt [![Build Status](https://travis-ci.org/cymen/node-keypress-prompt.png?branch=master)](https://travis-ci.org/cymen/node-keypress-prompt) | ||
* automatically lowercases the answer to avoid any issue with case | ||
* trigged on a single keypress (no need to press enter) | ||
* triggered on a single keypress (no need to press enter) | ||
* limited to single character choices | ||
@@ -13,0 +13,0 @@ * does work with numeric choices and attempts to coerce input to choice type |
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
15033