mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
Change name of testing project and bundle size (#4383)
This commit is contained in:
parent
414e4656cc
commit
cd069fbc58
@ -2,6 +2,7 @@
|
||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
||||
"dest": "../dist/testing",
|
||||
"lib": {
|
||||
"entryFile": "src/public-api.ts"
|
||||
"entryFile": "src/public-api.ts",
|
||||
"flatModuleFile": "adf-testing"
|
||||
}
|
||||
}
|
||||
|
@ -199,6 +199,10 @@
|
||||
{
|
||||
"path": "./lib/dist/extensions/bundles/adf-extensions.umd.min.js",
|
||||
"maxSize": "10 kb"
|
||||
},
|
||||
{
|
||||
"path": "./lib/dist/testing/bundles/adf-testing.umd.min.js",
|
||||
"maxSize": "10 kb"
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user