Skip to content

Commit

Permalink
fix(arrest): Added missing export of the Scopes class
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfede committed Apr 6, 2017
1 parent c7453ac commit 67a98bf
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,4 +1,5 @@
export * from './error';
export * from './scopes';
export * from './schema';
export * from './api';
export * from './resource';
Expand Down

0 comments on commit 67a98bf

Please sign in to comment.