[ADF-2149] Update ng-packagr to 2.0.0 (#2935)

* ng-packagr version 2.0.0 core fixes

* fix content services jsdoc

* fix process service jsdoc

* last update new build 2.0.0

* fix comment jsdoc
This commit is contained in:
Eugenio Romano
2018-02-13 10:37:03 +00:00
committed by GitHub
parent 71a1ca1787
commit a863631f0d
53 changed files with 178 additions and 274 deletions
+8 -7
View File
@@ -26,12 +26,12 @@
"copy-app-schema": "cp core/app-config/schema.json core/dist/app.config.schema.json",
"new-build": "npm run build-bundles && npm run build-style-new && npm run copy-i18n && npm run copy-assets && npm run copy-app-schema",
"build-bundles": "npm run build-core && npm run link-core && npm run build-content && npm run link-content && npm run build-process && npm run build-insights",
"link-core": "mkdir -p ./node_modules/@alfresco/adf-core/ && cp -R ./core/dist/* ./node_modules/@alfresco/adf-core/",
"link-content": "mkdir -p ./node_modules/@alfresco/adf-content-services/ && cp -R ./content-services/dist/* ./node_modules/@alfresco/adf-content-services/",
"build-core": "ng-packagr -p ./ng-package/ng-package-core.json",
"build-content": "ng-packagr -p ./ng-package/ng-package-content.json",
"build-process": "ng-packagr -p ./ng-package/ng-package-process.json",
"build-insights": "ng-packagr -p ./ng-package/ng-package-insights.json",
"link-core": "mkdir -p ./node_modules/@alfresco/adf-core/ && cp -R ./dist/core/* ./node_modules/@alfresco/adf-core/",
"link-content": "mkdir -p ./node_modules/@alfresco/adf-content-services/ && cp -R ./dist/content-services/* ./node_modules/@alfresco/adf-content-services/",
"build-core": "ng-packagr -p ./core/package.json",
"build-content": "ng-packagr -p ./content-services/package.json",
"build-process": "ng-packagr -p ./process-services/package.json",
"build-insights": "ng-packagr -p ./insights/package.json",
"test-export": "node config/test-export.js",
"webpack": "node node_modules/webpack/bin/webpack.js"
},
@@ -76,7 +76,7 @@
"minimatch": "3.0.4",
"moment": "2.18.1",
"moment-es6": "^1.0.0",
"ng-packagr": "2.0.0-rc.4",
"ng-packagr": "2.0.0",
"ng2-charts": "1.6.0",
"pdfjs-dist": "2.0.265",
"raphael": "2.2.7",
@@ -143,6 +143,7 @@
"traceur": "0.0.91",
"ts-loader": "3.3.0",
"ts-node": "2.0.0",
"tsickle": "^0.26.0",
"tslint": "5.9.1",
"tslint-loader": "3.5.3",
"typescript": "2.6.1",