diff --git a/README.md b/README.md index 2a3c07a..a78cf0f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # jetbrains-npm proxy -Fix IntelliJ/WebStorm's npm integration under nodenv +Fix IntelliJ/WebStorm's npm integration under nodenv. [![Tests](https://img.shields.io/github/actions/workflow/status/nodenv/jetbrains-npm/test.yml?label=tests&logo=github)](https://github.com/nodenv/jetbrains-npm/actions/workflows/test.yml) [![Latest GitHub Release](https://img.shields.io/github/v/release/nodenv/jetbrains-npm?label=github&logo=github&sort=semver)](https://github.com/nodenv/jetbrains-npm/releases/latest) diff --git a/package.json b/package.json index 3f11aa3..4429fa3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nodenv/jetbrains-npm", "version": "1.0.2", - "description": "Fix IntelliJ/WebStorm's npm integration under nodenv", + "description": "Fix IntelliJ/WebStorm's npm integration under nodenv.", "homepage": "https://github.com/nodenv/jetbrains-npm", "license": "MIT", "author": "Jason Karns (http://jason.karns.name/)",