Skip to content

Commit

Permalink
fix: Improve docs and keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-mitchell committed Nov 11, 2020
1 parent 61c17ca commit 4991bd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# @amanda-mitchell/semantic-release-npm-multiple

This library is a [Semantic Release](https://semantic-release.gitbook.io/semantic-release/) plugin that supports publishing an NPM package to multiple registries.
It supports all of the same configuration options as `@semantic-release/npm`, which it uses under the hood.
This is a thin wrapper around the [@semantic-release/npm](https://github.com/semantic-release/npm) plugin for [Semantic Release](https://semantic-release.gitbook.io/semantic-release/) that allows it to be called multiple times, which can be useful if you need to publish to multiple NPM registries simultaneously.

## Installation

Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"publishConfig": {
"access": "public"
},
"keywords": [
"npm",
"publish",
"registry",
"semantic-release",
"version"
],
"devDependencies": {
"@commitlint/config-conventional": "^11.0.0",
"commitlint": "^11.0.0",
Expand Down

0 comments on commit 4991bd0

Please sign in to comment.