namespace @alfresco npm

This commit is contained in:
Eugenio Romano
2017-11-16 16:42:14 +00:00
parent 4daab4c8cb
commit 46cc0bd4cd
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{ {
"name": "adf-content-services", "name": "@alfresco/adf-content-services",
"description": "Alfresco ADF content services", "description": "Alfresco ADF content services",
"version": "2.0.0", "version": "2.0.0",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",

View File

@@ -1,5 +1,5 @@
{ {
"name": "adf-core", "name": "@alfresco/adf-core",
"description": "Alfresco ADF core", "description": "Alfresco ADF core",
"version": "2.0.0", "version": "2.0.0",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",

View File

@@ -1,5 +1,5 @@
{ {
"name": "adf-insights", "name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights", "description": "Alfresco ADF insights",
"version": "2.0.0", "version": "2.0.0",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",

View File

@@ -1,5 +1,5 @@
{ {
"name": "adf-process-services", "name": "@alfresco/adf-process-services",
"description": "Alfresco ADF process services", "description": "Alfresco ADF process services",
"version": "2.0.0", "version": "2.0.0",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",

View File

@@ -152,7 +152,7 @@ do
npm publish ${OPTIONS} --access=public || exit 1 npm publish ${OPTIONS} --access=public || exit 1
if $EXEC_CHANGE_REGISTRY == true; then if $EXEC_CHANGE_REGISTRY == true; then
npm run rimraf .npmrc rm rimraf .npmrc
fi fi
if $EXEC_SLEEP == true; then if $EXEC_SLEEP == true; then