Skip to content

Commit

Permalink
docs: update README and package.json for improved clarity and branding
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Jan 2, 2025
1 parent ba24860 commit 4766da8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center"> NPM Imported Package Links - The Ultimate Onboarding Extension for Developers</h1>
<h1 align="center"> NPM Packages Lookup - The Ultimate Onboarding Extension for Developers</h1>

<p align="center">
<img src="./images/npm-imported-packages-lens.jpg" height="70" />
<img src="./images/npm-package-lookup.jpg" height="70" />
</p>

[Download from Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=MainaWycliffe.view-package-on-npm)
Expand All @@ -13,7 +13,7 @@ that we are not familiar with. This extension helps you learn more about a
package being used in your codebase by providing links to the NPM package,
Homepage, and Git Repository.

NPM Imported Package Lens is the ultimate onboarding VS Code extension. When
NPM Packages Lookup is the ultimate onboarding VS Code extension. When
reading code, we sometimes come across JS/TS packages that are unfamiliar, with
this extension, just hover on the imported package, and you will get information
from NPM, about the current version of the extension being used, with links to
Expand Down Expand Up @@ -41,7 +41,7 @@ as shown below 🤯🤯🤯🤯.
- Supports package.json
- Version and License information
- Support for Vue, Astro, and Svelte
([Suggestions](https://github.com/mainawycliffe/npm-imported-packages-lens/issues/new)
([Suggestions](https://github.com/mainawycliffe/npm-package-lookup/issues/new)
and PRs are welcome)

## Roadmap
Expand Down
File renamed without changes
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "view-package-on-npm",
"displayName": "NPM Imported Package Links",
"description": "A Visual Studio extension that displays links to NPM, Git Repo (GitHub/GitLab, etc.) and Homepage for an imported package in javascript and typescript files on hover",
"displayName": "NPM Packages Lookup",
"description": "Lookup NPM packages directly from your editor",
"version": "0.20.2",
"publisher": "MainaWycliffe",
"engines": {
Expand All @@ -10,7 +10,7 @@
"repository": {
"url": "https://github.com/mainawycliffe/view-package-on-npm"
},
"icon": "images/npm-imported-packages-lens.jpg",
"icon": "images/npm-package-lookup.jpg",
"categories": [
"Other"
],
Expand Down Expand Up @@ -102,4 +102,4 @@
"got": "^12.6.0",
"zod": "^3.21.4"
}
}
}

0 comments on commit 4766da8

Please sign in to comment.