prompt-text
Advanced tools
Comparing version 1.0.4 to 1.0.5
'use strict'; | ||
var debug = require('debug')('prompt-text'); | ||
var Prompt = require('prompt-base'); | ||
@@ -13,2 +14,3 @@ var cyan = require('ansi-cyan'); | ||
function Input(/*question, answers, rl*/) { | ||
debug('initializing from <%s>', __filename); | ||
Prompt.apply(this, arguments); | ||
@@ -15,0 +17,0 @@ } |
{ | ||
"name": "prompt-text", | ||
"description": "Basic text input prompt. This can be used standalone, but it's also included in [enquirer] by default.", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"homepage": "https://github.com/enquirer/prompt-text", | ||
@@ -29,2 +29,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"ansi-red": "^0.1.1", | ||
"debug": "^2.6.8", | ||
"prompt-base": "^3.0.2" | ||
@@ -31,0 +32,0 @@ }, |
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
7522
34
4
+ Addeddebug@^2.6.8