Skip to content

Commit 4743485

Browse files
fix: export everything from barrel export
1 parent 65031f2 commit 4743485

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spiretechnology/js-timecode",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "",
55
"main": "dist/index.js",
66
"homepage": "https://github.com/spiretechnology/js-timecode",

src/index.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export { Timecode } from './timecode';
2-
export { Parse } from './parse';
3-
export type { Rate } from './rate';
4-
export { ParseRate } from './rate';
1+
export * from './parse';
2+
export * from './rate';
3+
export * from './timecode';

0 commit comments

Comments
 (0)