rev-dep 1.0.4 → 1.0.5

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 +1 -1
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  </h3>
4
4
 
5
5
  <p align="center">
6
- Dependency debugging tool for JavaScript and TypeScript projects
6
+ File dependency debugging tool for TypeScript projects
7
7
  </p>
8
8
 
9
9
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rev-dep",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Dependency debugging tool for JavaScript and TypeScript projects",
5
5
  "main": "dist/module.js",
6
6
  "bin": "bin.js",
@@ -72,6 +72,8 @@
72
72
  "dependency tree",
73
73
  "import path",
74
74
  "resolution path",
75
- "dependency optimization"
75
+ "dependency optimization",
76
+ "dependency analysis",
77
+ "file dependencies"
76
78
  ]
77
79
  }