Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
fix(deps): remove stubbed strip-ansi typings, use default import
Browse files Browse the repository at this point in the history
In version 5.2.0 strip-ansi ships its own typings.
  • Loading branch information
unstubbable authored and KnisterPeter committed Mar 20, 2019
1 parent 5360d26 commit 75f59b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/error-reporting-test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// tslint:disable:no-implicit-dependencies
import test from 'ava';
import * as stripAnsi from 'strip-ansi';
import stripAnsi from 'strip-ansi';

import * as react2dts from '../src/index';

Expand Down
1 change: 0 additions & 1 deletion typings/strip-ansi.d.ts

This file was deleted.

0 comments on commit 75f59b6

Please sign in to comment.