rev-dep 1.0.3 β 1.0.4
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ It's especially useful in JS world without TypeScript or tests coverage.
|
|
|
26
26
|
|
|
27
27
|
It also helps to identify and eliminate dead files, understand the complexity of the file dependencies
|
|
28
28
|
|
|
29
|
-
[π¦ Jump to CLI reference](#cli-reference)
|
|
29
|
+
[π¦ Jump to CLI reference](#cli-reference-)
|
|
30
30
|
|
|
31
31
|
[πΈοΈ `export * from` problem](#export-from-problem)
|
|
32
32
|
|
|
@@ -334,7 +334,7 @@ Project can be used as a CLI tool or as a module
|
|
|
334
334
|
|
|
335
335
|
### CLI Tool
|
|
336
336
|
|
|
337
|
-
For CLI usage see [CLI reference](#cli-reference)
|
|
337
|
+
For CLI usage see [CLI reference](#cli-reference-)
|
|
338
338
|
|
|
339
339
|
### Module
|
|
340
340
|
|