Skip to content

Commit

Permalink
build: rename all pulic_api.ts to public-api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BePo65 committed Feb 26, 2024
1 parent 1894a0d commit 8ed1ee7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/mat-image-overlay/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"examples"
],
"lib": {
"entryFile": "src/public_api.ts"
"entryFile": "src/public-api.ts"
}
}
7 changes: 6 additions & 1 deletion projects/mat-image-overlay/testing/ng-package.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{ }
{
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "src/public-api.ts"
}
}

0 comments on commit 8ed1ee7

Please sign in to comment.