Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandocode committed Jun 19, 2018
1 parent 01b3460 commit 3a1cf0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "public_api.ts"
},
"whitelistedNonPeerDependencies": ["."]
}
1 change: 1 addition & 0 deletions public_api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./src/index";

0 comments on commit 3a1cf0a

Please sign in to comment.