Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
fixed index and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Plamann committed Oct 16, 2020
1 parent fe59e34 commit e5905d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ Download pre build file from [GitHub-Releases](https://github.com/Poket-Jony/van

```shell script
# Yarn
yarn add Poket-Jony/vanbike-lib
yarn add poket-jony/vanbike-lib

# NPM
npm i Poket-Jony/vanbike-lib
npm i poket-jony/vanbike-lib
```

#### Build
Expand Down
6 changes: 6 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Drivers
import WebBluetoothDriver from './Driver/WebBluetoothDriver';

// Services
import VanBikeService from './Service/VanBikeService';
import BluetoothService from './Service/BluetoothService';
Expand Down Expand Up @@ -27,6 +30,9 @@ import SleepStateEntity from './Entity/SleepStateEntity';
import TrackingStateEntity from './Entity/TrackingStateEntity';

export {
//Drivers
WebBluetoothDriver,

// Services
VanBikeService,
BluetoothService,
Expand Down

0 comments on commit e5905d5

Please sign in to comment.