Change name of testing project and bundle size (#4383)

This commit is contained in:
Maurizio Vitale 2019-03-03 19:02:56 +00:00 committed by GitHub
parent 414e4656cc
commit cd069fbc58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -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"
}
}

View File

@ -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": {