Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #232 from donmahallem/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
donmahallem committed Jan 6, 2020
2 parents 8b0bbb6 + bd1eb83 commit b18da09
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@donmahallem/trapeze-api-client",
"version": "3.0.0",
"version": "3.0.1",
"description": "Node Client to consume the Trapeze Api",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"mocha": "~7.0.0",
"nodemon": "~2.0.2",
"nyc": "~15.0.0",
"sinon": "~8.0.2",
"sinon": "~8.0.4",
"ts-node": "~8.5.4",
"tslint": "~5.20.1",
"typedoc": "~0.15.6",
Expand Down Expand Up @@ -106,4 +106,4 @@
"strict": true,
"esModuleInterop": true
}
}
}
6 changes: 5 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
* Source https://github.com/donmahallem/TrapezeApiClientNode
*/

export { TrapezeApiClient } from "./trapeze-api-client";
export {
TrapezeApiClient,
StopMode,
PositionType,
} from "./trapeze-api-client";

0 comments on commit b18da09

Please sign in to comment.