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.
Files changed (2) hide show
  1. package/README.md +2 -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rev-dep",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Dependency debugging tool for JavaScript and TypeScript projects",
5
5
  "main": "dist/module.js",
6
6
  "bin": "bin.js",