Skip to content

Commit 4dac629

Browse files
authored
Merge pull request #21 from nodenv/description
Normalize description across readme, repo and package.json
2 parents c1af519 + 04fb6bb commit 4dac629

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nodenv-nvmrc
22

3-
Teach nodenv to use .nvmrc in addition to .node-version.
3+
A [nodenv][] plugin to activate Node version from `.nvmrc`.
44

55
[![Tests](https://img.shields.io/github/actions/workflow/status/nodenv/nodenv-nvmrc/test.yml?label=tests&logo=github)](https://github.com/nodenv/nodenv-nvmrc/actions/workflows/test.yml)
66
[![Latest GitHub Release](https://img.shields.io/github/v/release/nodenv/nodenv-nvmrc?label=github&logo=github&sort=semver)](https://github.com/nodenv/nodenv-nvmrc/releases/latest)
@@ -51,3 +51,5 @@ To run tests, install [bats](https://github.com/sstephenson/bats) and [nodenv](h
5151
This project is heavily inspired by nodenv-package-json-engine[[1]](https://github.com/nodenv/nodenv-package-json-engine).
5252

5353
Shell semver range support provided by [sh-semver](https://github.com/qzb/sh-semver).
54+
55+
[nodenv]: https://github.com/nodenv/nodenv

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nodenv/nodenv-nvmrc",
33
"version": "1.0.6",
4-
"description": "Activate a nodenv node version from .nvmrc",
4+
"description": "A nodenv plugin to activate Node version from .nvmrc.",
55
"homepage": "https://github.com/nodenv/nodenv-nvmrc#readme",
66
"license": "MIT",
77
"author": "Nan Wu",

0 commit comments

Comments
 (0)