Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed Jul 18, 2019
1 parent ad50c7d commit 4f12d88
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": "bigwig-reader",
"version": "1.0.21",
"version": "1.0.22",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { HeaderData, FileType, CommonHeader, ZoomLevelHeader, BWTotalSummary, ChromTree } from "./BigWigHeaderReader";
export { BigWigData, BigBedData, BigZoomData, BigWigReader } from "./BigWigReader";
export { DataLoader, AxiosDataLoader, FileDataLoader, ErrorType } from "./DataLoader";
export { GoogleBucketDataLoader } from './GoogleDataLoader';

0 comments on commit 4f12d88

Please sign in to comment.