Skip to content

Commit

Permalink
fix: include default storages in cjs bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jan 4, 2022
1 parent 96e2d80 commit 8d5a90e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ export * from './cache/create';
export * from './header/types';
export * from './interceptors/types';
export * from './storage/build';
export * from './storage/memory';
export * from './storage/types';
export * from './storage/web-api';
export * from './util/headers';
export * from './util/types';

0 comments on commit 8d5a90e

Please sign in to comment.