@oclif/plugin-warn-if-update-available
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.0.4](https://github.com/oclif/plugin-warn-if-update-available/compare/v2.0.3...v2.0.4) (2022-01-06) | ||
### Bug Fixes | ||
* add main to package.json ([#249](https://github.com/oclif/plugin-warn-if-update-available/issues/249)) ([761e127](https://github.com/oclif/plugin-warn-if-update-available/commit/761e12724f390148d4dc514be7a6b7c101a3b4dd)) | ||
### [2.0.3](https://github.com/oclif/plugin-warn-if-update-available/compare/v2.0.2...v2.0.3) (2021-12-17) | ||
@@ -7,0 +14,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"version":"2.0.3","commands":{}} | ||
{"version":"2.0.4","commands":{}} |
{ | ||
"name": "@oclif/plugin-warn-if-update-available", | ||
"description": "warns if there is a newer version of CLI released", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"author": "Salesforce", | ||
@@ -67,3 +67,4 @@ "bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", | ||
"version": "oclif readme && git add README.md" | ||
} | ||
}, | ||
"main": "lib/index.js" | ||
} |
17678
135
2
7
41