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

Commit 75f59b6

Browse files
unstubbableKnisterPeter
authored andcommitted
fix(deps): remove stubbed strip-ansi typings, use default import
In version 5.2.0 strip-ansi ships its own typings.
1 parent 5360d26 commit 75f59b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/error-reporting-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// tslint:disable:no-implicit-dependencies
22
import test from 'ava';
3-
import * as stripAnsi from 'strip-ansi';
3+
import stripAnsi from 'strip-ansi';
44

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

typings/strip-ansi.d.ts

-1
This file was deleted.

0 commit comments

Comments
 (0)