Skip to content

Commit

Permalink
chore: format white space
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Oct 17, 2019
1 parent ce2638e commit 17afc51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions skeleton/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ Yarn has a [bug](https://github.com/yarnpkg/yarn/issues/5235) that ignores `"pre

By default, `"private"` field in package.json has been turned on, this prevents you from accidentally publish a private plugin to npm.

To publish the plugin to npm for public assumption:
1. Remove `"private": true,` from package.json.
To publish the plugin to npm for public consumption:

1. Remove `"private": true,` from package.json.
2. Pump up project version. This will run through `au test` (in "preversion" in package.json) first.
```shell
npm version patch # or minor or major
Expand All @@ -147,7 +147,6 @@ Here is one simple setup.
1. `npm i -D standard-changelog`. We use [`standard-changelog`](https://github.com/conventional-changelog/conventional-changelog) as a minimum example to support conventional changelog.
* Alternatively you can use high level [standard-version](https://github.com/conventional-changelog/standard-version).
2. Add two commands to `"scripts"` section of package.json.

```
"scripts": {
// ...
Expand Down

0 comments on commit 17afc51

Please sign in to comment.