Skip to content

Commit

Permalink
Merge pull request #152 from textileio/andrew/include-context-in-exports
Browse files Browse the repository at this point in the history
fix(exports): add context back
  • Loading branch information
andrewxhill authored May 12, 2020
2 parents 63c5958 + c6689b6 commit 1a1c644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { Context } from '@textile/context'
export * from './buckets'
export * from './users'
export { createAPISig } from './utils'

0 comments on commit 1a1c644

Please sign in to comment.