Skip to content

Commit

Permalink
Merge pull request #9 from svengcz/hoppie
Browse files Browse the repository at this point in the history
Fix export issue
  • Loading branch information
Saschl authored Jan 28, 2022
2 parents ed2c59f + beb136b commit 4366ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flybywiresim/api-client",
"version": "0.16.0",
"version": "0.16.1",
"description": "Client library for the FlyByWire Simulations API",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
1 change: 1 addition & 0 deletions src/apis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export * from './gnss';
export * from './metar';
export * from './taf';
export * from './telex';
export * from './Hoppie';

0 comments on commit 4366ef5

Please sign in to comment.