Merge pull request #309 from Alfresco/dev-mromano-229

#229 remove private registry
This commit is contained in:
Mario Romano
2016-06-29 13:58:46 -07:00
committed by GitHub
24 changed files with 2 additions and 116 deletions

View File

@@ -30,7 +30,6 @@ To correctly use this component check that on your machine is running Node versi
## Install
```sh
npm set registry http://devproducts.alfresco.me:4873
npm install --save ng2-alfresco-viewer
```

View File

@@ -113,8 +113,5 @@
"logInfo": false,
"logError": true
},
"license": "Apache-2.0",
"publishConfig": {
"registry": "http://devproducts.alfresco.me:4873/"
}
"license": "Apache-2.0"
}