Skip to content

Commit

Permalink
feat: add a fake feature for testing pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
martaver committed Dec 18, 2020
1 parent 9765cfe commit 644a0c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ export * from './jsonRouting';
export * from './jsonMiddleware';
export * as Errors from './errors';
export * from './types';

/**
* Adding a fake feature to test a pre-release.
*/

0 comments on commit 644a0c3

Please sign in to comment.