diff --git a/README.md b/README.md index 992d2ab..e30178a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index ee9bb01..8a4ed68 100644 --- a/package.json +++ b/package.json @@ -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",