Skip to content

Commit 8493c40

Browse files
authored
Merge pull request #165 from nodenv/description
Normalize description across readme, repo and package.json
2 parents 3ac923b + 9bc8f2d commit 8493c40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-build-prerelease
22

3-
[nodenv][] plugin (technically, a [node-build][] plugin) providing build definitions for Node.js prereleases (primarily release candidates)
3+
A [nodenv][] plugin providing [node-build][] definitions for Node.js prereleases.
44

55
[![Tests](https://img.shields.io/github/actions/workflow/status/nodenv/node-build-prerelease/test.yml?label=tests&logo=github)](https://github.com/nodenv/node-build-prerelease/actions/workflows/test.yml)
66
[![Latest GitHub Release](https://img.shields.io/github/v/release/nodenv/node-build-prerelease?label=github&logo=github&sort=semver)](https://github.com/nodenv/node-build-prerelease/releases/latest)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nodenv/node-build-prerelease",
33
"version": "2.0.1",
4-
"description": "Install NodeJS prerelease versions",
4+
"description": "A nodenv plugin providing node-build definitions for Node.js prereleases.",
55
"homepage": "https://github.com/nodenv/node-build-prerelease#readme",
66
"license": "MIT",
77
"author": "Jason Karns <jason.karns@gmail.com> (http://jasonkarns.com)",

0 commit comments

Comments
 (0)