Comparing version 4.0.5 to 4.0.6
@@ -0,1 +1,9 @@ | ||
## <small>4.0.6 (2020-04-02)</small> | ||
* build: remove git add from git pre hooks ([0573269](https://github.com/achojs/acho/commit/0573269)) | ||
* build: update dependencies ([375aeb7](https://github.com/achojs/acho/commit/375aeb7)) | ||
* fix(package): update chalk to version 4.0.0 ([a1a0009](https://github.com/achojs/acho/commit/a1a0009)) | ||
## <small>4.0.5 (2020-02-13)</small> | ||
@@ -2,0 +10,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://acho.js.org", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"main": "./lib/Acho.js", | ||
@@ -31,5 +31,5 @@ "author": { | ||
"dependencies": { | ||
"chalk": "~3.0.0", | ||
"chalk": "~4.0.0", | ||
"fmt-obj": "~2.0.0", | ||
"pretty-ms": "~6.0.0", | ||
"pretty-ms": "~6.0.1", | ||
"sliced": "~1.0.1" | ||
@@ -73,4 +73,3 @@ }, | ||
"*.js": [ | ||
"prettier-standard", | ||
"git add" | ||
"prettier-standard" | ||
] | ||
@@ -77,0 +76,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
50276
+ Addedchalk@4.0.0(transitive)
- Removedchalk@3.0.0(transitive)
Updatedchalk@~4.0.0
Updatedpretty-ms@~6.0.1