Skip to content

Commit

Permalink
Adding driver class to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
csskevin committed Mar 13, 2020
1 parent 4dc4227 commit 9ece792
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Permission from "./src/permission";
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, App, Service };
export { Apps, Files, Permission, Services, Verification, Workfolder, Driver, App, Service };
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ var verification_1 = __importDefault(require("./src/verification"));
exports.Verification = verification_1.default;
var workfolder_1 = __importDefault(require("./src/workfolder"));
exports.Workfolder = workfolder_1.default;
var driver_1 = __importDefault(require("./src/driver"));
exports.Driver = driver_1.default;
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Permission from "./src/permission";
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";
Expand All @@ -15,6 +16,7 @@ export {
Services,
Verification,
Workfolder,
Driver,
App,
Service
}
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.0",
"version": "0.1.1",
"description": "Core for the Web-Glasses project.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9ece792

Please sign in to comment.