easy-dep-graph 1.1.2 → 1.1.3

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/bin/index.js +1 -8
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -473,11 +473,6 @@ function getPeerDepsTemplate() {
473
473
  font-size: 1.25rem;
474
474
  }
475
475
 
476
- .info-icon {
477
- color: #4f46e5;
478
- font-size: 1.25rem;
479
- }
480
-
481
476
  .message {
482
477
  margin-top: 0.5rem;
483
478
  padding: 0.5rem;
@@ -530,14 +525,12 @@ function getPeerDepsTemplate() {
530
525
  <div class="action-container">
531
526
  {{#isInstalled}}
532
527
  <div class="installed-badge">
533
- <span class="checkmark">✓</span>
534
528
  Installed
535
529
  </div>
536
530
  {{/isInstalled}}
537
531
  {{#isInstalledByDependency}}
538
532
  <div class="installed-by-dep-badge">
539
- <span class="info-icon">ℹ</span>
540
- Install by dependency
533
+ Installed by dependency
541
534
  </div>
542
535
  {{/isInstalledByDependency}}
543
536
  {{^isInstalled}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-dep-graph",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Easily see the dependency graph of your npm project",
5
5
  "homepage": "https://github.com/danisss9/easy-dep-graph#readme",
6
6
  "repository": {