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