mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#463 fix scripts and build
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
],
|
||||
"name": "ng2-activiti-processlist",
|
||||
"description": "Show active processes from the Activiti BPM suite",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist node_modules typings",
|
||||
|
@@ -71,7 +71,7 @@
|
||||
"rimraf": "2.5.2",
|
||||
"ng2-translate": "2.2.2",
|
||||
"ng2-alfresco-core": "0.2.0",
|
||||
"ng2-alfresco-datatable": "0.2.0",
|
||||
"ng2-alfresco-datatable": "0.2.0",
|
||||
"alfresco-js-api": "^0.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ng2-alfresco-webscript",
|
||||
"description": "Alfresco webscript executor",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
|
@@ -2,6 +2,15 @@
|
||||
|
||||
(cd ng2-alfresco-core; npm update;)
|
||||
|
||||
(cd ng2-activiti-form; npm update;)
|
||||
(cd ng2-activiti-form/demo; npm update;)
|
||||
|
||||
(cd ng2-activiti-processlist; npm update;)
|
||||
(cd ng2-activiti-processlist/demo; npm update;)
|
||||
|
||||
(cd ng2-activiti-tasklist; npm update;)
|
||||
(cd ng2-activiti-tasklist/demo; npm update;)
|
||||
|
||||
(cd ng2-alfresco-datatable; npm update;)
|
||||
(cd ng2-alfresco-datatable/demo; npm update;)
|
||||
|
||||
@@ -19,3 +28,6 @@
|
||||
|
||||
(cd ng2-alfresco-viewer; npm update;)
|
||||
(cd ng2-alfresco-viewer/demo; npm update;)
|
||||
|
||||
(cd ng2-alfresco-webscript; npm update;)
|
||||
(cd ng2-alfresco-webscript/demo; npm update;)
|
||||
|
Reference in New Issue
Block a user