Skip to content

Commit

Permalink
feat: Delete Insight.ts (#140)
Browse files Browse the repository at this point in the history
BREAKING CHANGE

The Insight API Client has been removed.
  • Loading branch information
lautarodragan authored Sep 13, 2018
1 parent 007133b commit eae3cb3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 112 deletions.
22 changes: 0 additions & 22 deletions src/Insight.test.ts

This file was deleted.

88 changes: 0 additions & 88 deletions src/Insight.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './Claim'
export * from './Exceptions'
export * from './Insight'
export * from './Interfaces'
export * from './Interval'
1 change: 0 additions & 1 deletion tests/unit/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* tslint:disable:no-relative-imports */
import '../../src/Claim.test'
import '../../src/Insight.test'
import '../../src/Interfaces.test'

0 comments on commit eae3cb3

Please sign in to comment.