Comparing version 7.0.0 to 7.1.0
{ | ||
"name": "snazzy", | ||
"description": "Format JavaScript Standard Style as Stylish (i.e. snazzy) output", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"author": { | ||
@@ -17,3 +17,3 @@ "name": "Feross Aboukhadijeh", | ||
"dependencies": { | ||
"chalk": "^1.1.0", | ||
"chalk": "^2.3.0", | ||
"inherits": "^2.0.1", | ||
@@ -20,0 +20,0 @@ "minimist": "^1.1.1", |
@@ -42,5 +42,5 @@ # snazzy [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
Run `npm install standard --save-dev` to get a copy of `standard`, then run | ||
`standard | snazzy` where you previously used to ran `snazzy`. | ||
`standard | snazzy` where you previously used to run `snazzy`. | ||
This method requires more steps but it's better since the user controls the exact | ||
This way requires more steps, but it's better. The user now controls the exact | ||
version of `standard` that is used. And for users who were piping into `snazzy` all | ||
@@ -47,0 +47,0 @@ along, this means a quicker install since an extra copy of `standard` will not get |
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
210774
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedchalk@^2.3.0