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:

View File

@@ -67,6 +67,6 @@
"typings": "^0.7.12"
},
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
}

View File

@@ -9,4 +9,4 @@
You can browse all the components at the following address:
http://52.51.231.4
http://devproducts.alfresco.me/

View File

@@ -15,6 +15,7 @@ This should be added as a dependency for any project using the components.
```sh
npm set registry http://devproducts.alfresco.me:4873
npm install --save ng2-alfresco-core
```

View File

@@ -94,6 +94,6 @@
"logError": true
},
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
}

View File

@@ -12,6 +12,7 @@
## Install
```sh
npm set registry http://devproducts.alfresco.me:4873
npm install --save ng2-alfresco-core ng2-alfresco-datatable
```

View File

@@ -88,6 +88,6 @@
"logError": true
},
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
}

View File

@@ -12,6 +12,7 @@
## Install
```sh
npm set registry http://devproducts.alfresco.me:4873
npm install --save ng2-alfresco-core ng2-alfresco-documentlist
```

View File

@@ -33,6 +33,6 @@
"typescript"
],
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
}

View File

@@ -92,6 +92,6 @@
"logError": true
},
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
}

View File

@@ -12,6 +12,7 @@
```sh
npm set registry http://devproducts.alfresco.me:4873
npm install --save ng2-alfresco-core ng2-alfresco-login
```

View File

@@ -33,6 +33,6 @@
"typescript"
],
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
}

View File

@@ -103,6 +103,6 @@
"logError": true
},
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
}

View File

@@ -12,6 +12,7 @@
## Install
```sh
npm set registry http://devproducts.alfresco.me:4873
npm install --save ng2-alfresco-core ng2-alfresco-search
```

View File

@@ -87,6 +87,6 @@
"logError": true
},
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
}

View File

@@ -12,6 +12,7 @@
```sh
npm set registry http://devproducts.alfresco.me:4873
npm install --save ng2-alfresco-upload
```

View File

@@ -36,6 +36,6 @@
"typescript"
],
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
}

View File

@@ -95,6 +95,6 @@
"logError": true
},
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
}

View File

@@ -12,6 +12,7 @@
## Installation
```bash
npm set registry http://devproducts.alfresco.me:4873
npm install ng2-alfresco-viewer --save
```

View File

@@ -33,6 +33,6 @@
"typescript"
],
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
}

View File

@@ -87,6 +87,6 @@
},
"license": "Apache-2.0",
"publishConfig": {
"registry": "http://52.16.120.219:4873/"
"registry": "http://devproducts.alfresco.me:4873/"
}
}