mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
ACS-9039 fix for export aca-playwright-shared lib (#4317)
* ACS-9039 fix for export lib * Update project.json to remove test config * update package version * update package dependancy * Update package.json
This commit is contained in:
@@ -2,12 +2,18 @@
|
||||
"name": "@alfresco/aca-playwright-shared",
|
||||
"version": "0.0.1",
|
||||
"license": "LGPL-3.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.0.0"
|
||||
},
|
||||
"scripts": {},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.7-12408701331",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.7-12408701331",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.7-12408701331",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.7-12408701331",
|
||||
"@alfresco/js-api": "8.0.0-alpha.7-12408701331",
|
||||
"tslib": ">=2.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Alfresco/alfresco-content-app.git"
|
||||
|
||||
Reference in New Issue
Block a user