mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Removing js-api external dep as it has been moved into ADF repo (#9255)
* Removing js-api external dep * Fixed targeting * Fixed targeting with local js-api * [affected:*] Fixed targeting with local js-api * Fixed bundle for CI
This commit is contained in:
8
lib/testing/src/lib/shared/package.json
Normal file
8
lib/testing/src/lib/shared/package.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"ngPackage": {
|
||||
"lib": {
|
||||
"entryFile": "../src/lib/shared/index.ts",
|
||||
"flatModuleFile": "adf-testing-shared"
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"ngPackage": {
|
||||
"lib": {
|
||||
"entryFile": "./resources.ts",
|
||||
"flatModuleFile": "adf-testing-resources"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user