Skip to content

Commit

Permalink
fix(public_api): missing export for ArrayFromObject 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
flauc committed Jun 23, 2018
1 parent 0a80fc9 commit b4b8c21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ng-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jaspero/ng-helpers",
"version": "0.0.4",
"version": "0.0.5",
"peerDependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0"
Expand Down
3 changes: 3 additions & 0 deletions projects/ng-helpers/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ export * from './pipes/sanitize/sanitize.pipe';

export * from './pipes/time-passed/time-passed.module';
export * from './pipes/time-passed/time-passed.pipe';

export * from './pipes/array-from-object/array-from-object.module';
export * from './pipes/array-from-object/array-from-object.pipe';

0 comments on commit b4b8c21

Please sign in to comment.