Comparing version 1.1.0 to 1.1.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.1.1"></a> | ||
## [1.1.1](https://github.com/nuxt/consola/compare/v1.1.0...v1.1.1) (2018-03-31) | ||
### Bug Fixes | ||
* add prepublish script ([8dd8700](https://github.com/nuxt/consola/commit/8dd8700)) | ||
<a name="1.1.0"></a> | ||
@@ -7,0 +17,0 @@ # [1.1.0](https://github.com/nuxt/consola/compare/v1.0.0...v1.1.0) (2018-03-31) |
{ | ||
"name": "consola", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Elegant Console Logger", | ||
@@ -9,2 +9,3 @@ "main": "index.js", | ||
"test": "true", | ||
"prepublish": "yarn build", | ||
"release": "standard-version && yarn build && git push --follow-tags && npm publish" | ||
@@ -11,0 +12,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
229895