Skip to content

Commit

Permalink
Expose shared library as subdirectory (#7114)
Browse files Browse the repository at this point in the history
* Expose shared library as subdirectory

* [ci:force]
  • Loading branch information
popovicsandras committed Jun 20, 2021
1 parent 1ecc14f commit b5e4316
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/testing/shared/package.json
@@ -0,0 +1,8 @@
{
"ngPackage": {
"lib": {
"entryFile": "../src/lib/shared/index.ts",
"flatModuleFile": "adf-testing-shared"
}
}
}

0 comments on commit b5e4316

Please sign in to comment.