rev-dep 1.0.5 → 1.0.6

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 +4 -0
  2. package/package.json +8 -2
package/README.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  <img alt="rev-dep version" src="https://img.shields.io/npm/v/rev-dep"> <img alt="rev-dep license" src="https://img.shields.io/npm/l/rev-dep"> <img alt="rev-dep PRs welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square">
12
12
 
13
+ ## Pardon 🤫
14
+
15
+ Since you landed here, you might be also interested in my other project - supercharged multiline code search and replace tool - [codeque.co](https://codeque.co) 🥳
16
+
13
17
  ## About 📣
14
18
 
15
19
  The tool was created help with daily dev struggles by answering these questions:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rev-dep",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Dependency debugging tool for JavaScript and TypeScript projects",
5
5
  "main": "dist/module.js",
6
6
  "bin": "bin.js",
@@ -69,11 +69,17 @@
69
69
  "entry points",
70
70
  "dependency resolution",
71
71
  "reverse dependency resolution",
72
- "dependency tree",
73
72
  "import path",
74
73
  "resolution path",
75
74
  "dependency optimization",
76
75
  "dependency analysis",
76
+ "bundle",
77
+ "dependency tree",
78
+ "imports",
79
+ "dependencies checking",
80
+ "imports debugging",
81
+ "imports analysis",
82
+ "imports search",
77
83
  "file dependencies"
78
84
  ]
79
85
  }