Skip to content

Commit

Permalink
BREAKING: Correct the capitalization on ResponseBuilder export
Browse files Browse the repository at this point in the history
If you have been including `ResponseBuilder` using the export
`Responsebuilder`, with this commit you will now need to include it using
`ResponseBuilder`.
  • Loading branch information
onebytegone committed Apr 23, 2018
1 parent ca9a661 commit 8bdfbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -6,7 +6,7 @@ EXPORTABLE_RESOURCES = {
Request: './Request',
APIError: './APIError',
JWTSecuredRequest: './JWTSecuredRequest',
Responsebuilder: './ResponseBuilder',
ResponseBuilder: './ResponseBuilder',
SilvermineResponseBuilder: './SilvermineResponseBuilder',
responseBuilderHandler: './responseBuilderHandler',
JWTValidator: './JWTValidator',
Expand Down

0 comments on commit 8bdfbdb

Please sign in to comment.