Skip to content

Commit 9bdce52

Browse files
committed
docs: Add readme screenshot
1 parent d5b0392 commit 9bdce52

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
[![All Contributors](https://img.shields.io/github/all-contributors/mskelton/vscode-npm-outdated?color=orange)](#contributors-)
55
[![Semantic release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
66

7-
> Displays a warning in package.json files for packages which have newer versions available.
7+
Displays a diagnostic message in package.json files for packages which have newer versions available as well as a code action to quickly update packages to their latest version.
8+
9+
![Screenshot](./assets/screenshot.jpg)
810

911
## Contributors ✨
1012

File renamed without changes.

assets/screenshot.jpg

177 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "npm-outdated",
33
"displayName": "npm Outdated",
4-
"description": "Displays a warning in package.json files for packages which have newer versions available.",
4+
"description": "Displays a diagnostic message in package.json files for packages which have newer versions available.",
55
"version": "0.0.0-semantically-released",
66
"publisher": "mskelton",
77
"author": "Mark Skelton",
@@ -32,7 +32,7 @@
3232
"start": "webpack --watch",
3333
"vscode:prepublish": "npm run build"
3434
},
35-
"icon": "icon.png",
35+
"icon": "./assets/icon.png",
3636
"engines": {
3737
"vscode": "^1.49.0"
3838
},

0 commit comments

Comments
 (0)