Comparing version 1.2.0 to 1.2.1
@@ -17,3 +17,3 @@ /* | ||
// | ||
// Monkey-punch readline.Interface to work-around | ||
// Monkey-patch readline.Interface to work-around | ||
// https://github.com/joyent/node/issues/3860 | ||
@@ -20,0 +20,0 @@ // |
{ | ||
"name": "prompt", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A beautiful command-line prompt for node.js", | ||
@@ -22,3 +22,3 @@ "author": "Nodejitsu Inc. <info@nodejitsu.com>", | ||
"async": "~0.9.0", | ||
"colors": "^1.1.2", | ||
"colors": "1.4.0", | ||
"read": "1.0.x", | ||
@@ -25,0 +25,0 @@ "revalidator": "0.1.x", |
@@ -1,3 +0,4 @@ | ||
# prompt [![Build Status](https://secure.travis-ci.org/flatiron/prompt.svg)](http://travis-ci.org/flatiron/prompt) | ||
# prompt [![Build Status](https://secure.travis-ci.org/flatiron/prompt.svg)](http://travis-ci.org/flatiron/prompt) [![Npm package version](https://img.shields.io/npm/v/prompt.svg?maxAge=2592000)](https://npmjs.com/package/prompt) | ||
A beautiful command-line prompt for node.js | ||
@@ -78,3 +79,3 @@ | ||
// | ||
// Get two properties from the user: email, password | ||
// Get two properties from the user: name, password | ||
// | ||
@@ -81,0 +82,0 @@ prompt.get(schema, function (err, result) { |
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
136944
469
Updatedcolors@1.4.0