deprecated-tracker 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +20 -2
- package/bin/deprecated-tracker.js +1 -1
- package/docs/CLI.md +10 -2
- package/out/cli.js +73 -73
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "deprecated-tracker",
|
|
3
3
|
"displayName": "Deprecated Tracker",
|
|
4
4
|
"description": "Find and manage deprecated code in TypeScript and JavaScript projects",
|
|
5
|
-
"version": "2.3.
|
|
5
|
+
"version": "2.3.1",
|
|
6
6
|
"publisher": "milad445",
|
|
7
7
|
"author": "Milad Jokar (https://github.com/milad-hub)",
|
|
8
8
|
"license": "MIT",
|