update npm registry

This commit is contained in:
Mario Romano
2016-05-20 16:11:15 +01:00
parent ca044903ca
commit eb6a486bca
21 changed files with 23 additions and 16 deletions

View File

@@ -16,8 +16,8 @@ All the components are stored in our private repository, the address is http://5
##### How to configure it:
```sh
npm set registry http://52.51.231.43:4873
npm adduser --registry http://52.51.231.43:4873
npm set registry http://devproducts.alfresco.me:4873
npm adduser --registry http://devproducts.alfresco.me:4873
```
##### How to publish on it:
@@ -27,7 +27,7 @@ ATTENTION: If you don't add the following lines, the package is published on the
```json
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
```
- Then run the command below each time you want to publish a new version: