Skip to content

Commit

Permalink
2.2.1 - fix public_api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiff committed Jul 28, 2020
1 parent 6a777fe commit a08780e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/file-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng6-file-man",
"version": "2.2.0",
"version": "2.2.1",
"description": "Angular 6 File Manager component",
"keywords": [
"Angular",
Expand Down
1 change: 1 addition & 0 deletions projects/file-manager/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export * from './file-manager/file-manager.module';
export * from './file-manager/models/tree.model';
export * from './file-manager/interfaces/config.interface';
export * from './file-manager/interfaces/node.interface';
export * from './file-manager/enums/download-mode.enum';
export * from './file-manager/services/node.service';

0 comments on commit a08780e

Please sign in to comment.