Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
fix: snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
JamilOmar committed Mar 31, 2020
1 parent 0d6bcd6 commit 3685f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export {LbServicesAuthComponent} from './component';
// alias for chaging from LbServicesAuthComponent -> ServicesAuthComponent
export {LbServicesAuthComponent as ServicesAuthComponent } from './component';
export {LbServicesAuthComponent as ServicesAuthComponent} from './component';
export * from './keys';
export * from './decorators';

0 comments on commit 3685f10

Please sign in to comment.