heroku-cli-util
Advanced tools
Comparing version 5.8.1 to 5.8.2
@@ -53,3 +53,3 @@ 'use strict'; | ||
function warn (msg) { | ||
console.error(bangify(wrap(`WARNING: ${msg}`), cli.color.yellow(arrow))); | ||
console.error(bangify(wrap(msg), cli.color.yellow(arrow))); | ||
} | ||
@@ -56,0 +56,0 @@ |
{ | ||
"name": "heroku-cli-util", | ||
"version": "5.8.1", | ||
"version": "5.8.2", | ||
"description": "Set of helpful CLI utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,2 @@ # heroku-cli-util | ||
[![npm version](https://badge.fury.io/js/heroku-cli-util.svg)](http://badge.fury.io/js/heroku-cli-util) | ||
[![License](https://img.shields.io/npm/l/heroku-cli-util.svg)](./LICENSE) | ||
[![Inline docs](http://inch-ci.org/github/heroku/heroku-cli-util.svg?branch=master)](http://inch-ci.org/github/heroku/heroku-cli-util) | ||
@@ -8,0 +7,0 @@ |
@@ -15,4 +15,4 @@ 'use strict'; | ||
cli.warn('foobar'); | ||
expect(cli.color.stripColor(cli.stderr)).to.equal(' ▸ WARNING: foobar\n'); | ||
expect(cli.color.stripColor(cli.stderr)).to.equal(' ▸ foobar\n'); | ||
}); | ||
}); |
Sorry, the diff of this file is not supported yet
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
75860
263