Update README.md

This commit is contained in:
Mario Romano
2016-05-19 13:51:46 +01:00
parent 47c2f6acb3
commit e2cbf0fe9d

View File

@@ -22,7 +22,7 @@ npm adduser --registry http://52.16.120.219:4873
##### How to publish on it: ##### How to publish on it:
Add the repository to your package.json. - Add the repository to your package.json.
ATTENTION: If you don't add the following lines, the package is published on the public Npm repository. ATTENTION: If you don't add the following lines, the package is published on the public Npm repository.
```json ```json
@@ -30,8 +30,7 @@ ATTENTION: If you don't add the following lines, the package is published on the
"registry": "http://52.16.120.219:4873/" "registry": "http://52.16.120.219:4873/"
} }
``` ```
- Then run the command below each time you want to publish a new version:
Run the command below:
```sh ```sh
npm version patch npm version patch