Skip to content

Commit

Permalink
fix build, export follow classes
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fischer committed Apr 27, 2023
1 parent d6a3199 commit ede2953
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Daniel Fischer <daniel@d-fischer.dev>",
"license": "MIT",
"devDependencies": {
"@d-fischer/documen.ts": "^0.16.1",
"@d-fischer/documen.ts": "^0.16.4",
"@d-fischer/eslint-config": "^6.1.5",
"@types/jest": "^27.4.1",
"@types/node": "^12.12.47",
Expand All @@ -25,6 +25,9 @@
"tsukuru": "^0.8.0-pre.10",
"typescript": "~4.8"
},
"resolutions": {
"@types/react": "^17"
},
"scripts": {
"lint": "eslint --ext js,ts packages",
"prettier:check": "prettier --check \"packages/**\"",
Expand Down
2 changes: 2 additions & 0 deletions packages/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export { type HelixBitsLeaderboardQuery, type HelixBitsLeaderboardPeriod } from
export { HelixChannelApi } from './endpoints/channel/HelixChannelApi';
export { HelixChannel } from './endpoints/channel/HelixChannel';
export { HelixChannelEditor } from './endpoints/channel/HelixChannelEditor';
export { HelixChannelFollower } from './endpoints/channel/HelixChannelFollower';
export { HelixFollowedChannel } from './endpoints/channel/HelixFollowedChannel';
export { HelixChannelReference } from './endpoints/channel/HelixChannelReference';
export type { HelixChannelUpdate } from './interfaces/endpoints/channel.input';

Expand Down

0 comments on commit ede2953

Please sign in to comment.