Comparing version 2.0.0 to 3.0.0
@@ -5,2 +5,17 @@ # Change Log | ||
<a name="3.0.0"></a> | ||
# [3.0.0](https://github.com/nexdrew/ansi-align/compare/v2.0.0...v3.0.0) (2018-12-17) | ||
### Bug Fixes | ||
* **package:** update string-width to version 3.0.0 ([#50](https://github.com/nexdrew/ansi-align/issues/50)) ([67f0d8f](https://github.com/nexdrew/ansi-align/commit/67f0d8f)) | ||
### BREAKING CHANGES | ||
* **package:** Node 4 no longer supported, please update to Node 6+ or use ansi-align@2.0.0 | ||
<a name="2.0.0"></a> | ||
@@ -7,0 +22,0 @@ # [2.0.0](https://github.com/nexdrew/ansi-align/compare/v1.1.0...v2.0.0) (2017-05-01) |
{ | ||
"name": "ansi-align", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "align-text with ANSI support for CLIs", | ||
@@ -33,12 +33,12 @@ "main": "index.js", | ||
"dependencies": { | ||
"string-width": "^2.0.0" | ||
"string-width": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.19.1", | ||
"chalk": "^1.1.3", | ||
"coveralls": "^2.13.1", | ||
"nyc": "^10.3.0", | ||
"standard": "^10.0.2", | ||
"standard-version": "^4.0.0" | ||
"ava": "^1.0.1", | ||
"chalk": "^2.4.1", | ||
"coveralls": "^3.0.2", | ||
"nyc": "^13.1.0", | ||
"standard": "^12.0.1", | ||
"standard-version": "^4.4.0" | ||
} | ||
} |
@@ -8,2 +8,3 @@ # ansi-align | ||
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/nexdrew/ansi-align.svg)](https://greenkeeper.io/) | ||
@@ -10,0 +11,0 @@ Easily center- or right- align a block of text, carefully ignoring ANSI escape codes. |
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
7371
81
+ Addedansi-regex@4.1.1(transitive)
+ Addedemoji-regex@7.0.3(transitive)
+ Addedstring-width@3.1.0(transitive)
+ Addedstrip-ansi@5.2.0(transitive)
- Removedansi-regex@3.0.1(transitive)
- Removedstring-width@2.1.1(transitive)
- Removedstrip-ansi@4.0.0(transitive)
Updatedstring-width@^3.0.0