Skip to content

Commit d7082a3

Browse files
committed
fix: Add screenshot to readme
1 parent 3c91413 commit d7082a3

File tree

3 files changed

+1
-51
lines changed

3 files changed

+1
-51
lines changed

.all-contributorsrc

Lines changed: 0 additions & 29 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# VS Code npm Outdated
22

33
[![Build status](https://img.shields.io/github/workflow/status/mskelton/vscode-npm-outdated/Release/main.svg?logo=github)](https://github.com/mskelton/vscode-npm-outdated/actions?query=workflow%3ARelease)
4-
[![All Contributors](https://img.shields.io/github/all-contributors/mskelton/vscode-npm-outdated?color=orange)](#contributors-)
54
[![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)
65

76
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.
87

9-
![Screenshot](./assets/screenshot.jpg)
8+
![Screenshot](https://github.com/mskelton/vscode-npm-outdated/blob/main/images/screenshot.jpg)
109

1110
## Usage
1211

@@ -15,23 +14,3 @@ This extension provides three primary means of updating outdated packages. The f
1514
1. `Update all packages` - This command will update all `dependencies` and `devDependencies` in the package.json file.
1615
1. `Update package` - This command will update a single package to the latest version. This will show when a single package is selected.
1716
1. `Update x packages` - This command will update all the selected packages to the latest version. This will show when multiple packages are selected.
18-
19-
## Contributors ✨
20-
21-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
22-
23-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
24-
<!-- prettier-ignore-start -->
25-
<!-- markdownlint-disable -->
26-
<table>
27-
<tr>
28-
<td align="center"><a href="https://github.com/mskelton"><img src="https://avatars3.githubusercontent.com/u/25914066?v=4" width="100px;" alt="Mark Skelton"/><br /><sub><b>Mark Skelton</b></sub></a><br /><a href="https://github.com/mskelton/vscode-npm-outdated/commits?author=mskelton" title="Code">💻</a> <a href="#question-mskelton" title="Answering Questions">💬</a> <a href="https://github.com/mskelton/vscode-npm-outdated/commits?author=mskelton" title="Documentation">📖</a> <a href="#ideas-mskelton" title="Ideas, Planning, & Feedback">🤔</a> <a href="#design-mskelton" title="Design">🎨</a></td>
29-
</tr>
30-
</table>
31-
32-
<!-- markdownlint-enable -->
33-
<!-- prettier-ignore-end -->
34-
35-
<!-- ALL-CONTRIBUTORS-LIST:END -->
36-
37-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

images/screenshot.jpg

177 KB
Loading

0 commit comments

Comments
 (0)