Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
csskevin committed Mar 13, 2020
1 parent 9ece792 commit 7675a33
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 23 deletions.
4 changes: 1 addition & 3 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ import Services from "./src/services";
import Verification from "./src/verification";
import Workfolder from "./src/workfolder";
import Driver from "./src/driver";
import App from "./src/interfaces/app";
import Service from "./src/interfaces/service";
export { Apps, Files, Permission, Services, Verification, Workfolder, Driver, App, Service };
export { Apps, Files, Permission, Services, Verification, Workfolder, Driver };
5 changes: 0 additions & 5 deletions dist/src/interfaces/index.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions dist/src/interfaces/index.js

This file was deleted.

7 changes: 1 addition & 6 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@ import Verification from "./src/verification";
import Workfolder from "./src/workfolder";
import Driver from "./src/driver";

import App from "./src/interfaces/app";
import Service from "./src/interfaces/service";

export {
Apps,
Files,
Permission,
Services,
Verification,
Workfolder,
Driver,
App,
Service
Driver
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wg-core",
"version": "0.1.1",
"version": "0.1.2",
"description": "Core for the Web-Glasses project.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7675a33

Please sign in to comment.