mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user