mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
namespace @alfresco npm
This commit is contained in:
@@ -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.",
|
||||||
|
@@ -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.",
|
||||||
|
@@ -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.",
|
||||||
|
@@ -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.",
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user