Comparing version 2.5.2 to 2.5.3
@@ -5,3 +5,3 @@ # Change Log | ||
## [2.5.2](https://github.com/nuxt/consola/compare/v2.5.1...v2.5.2) (2019-02-23) | ||
## [2.5.3](https://github.com/nuxt/consola/compare/v2.5.2...v2.5.3) (2019-02-23) | ||
@@ -11,3 +11,3 @@ | ||
* bundle std-env and entrypoint ([7b0f838](https://github.com/nuxt/consola/commit/7b0f838)) | ||
* fix main field in package.json ([31030c2](https://github.com/nuxt/consola/commit/31030c2)) | ||
@@ -14,0 +14,0 @@ |
{ | ||
"name": "consola", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"description": "Elegant Console Logger for Node.js and Browser", | ||
"license": "MIT", | ||
"repository": "nuxt/consola", | ||
"main": "consola.js", | ||
"main": "dist/consola.js", | ||
"browser": "dist/consola.browser.js", | ||
@@ -9,0 +9,0 @@ "typings": "types/consola.d.ts", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
81661
0