Skip to content

Commit 8e62a48

Browse files
LukasHechenbergershellscape
authored andcommitted
fix(typescript): import from scoped utils (#78)
1 parent 126c4e3 commit 8e62a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescript/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as fs from 'fs';
22

33
import * as ts from 'typescript';
4-
import { createFilter } from 'rollup-pluginutils';
4+
import { createFilter } from '@rollup/pluginutils';
55
import resolveId from 'resolve';
66

77
import endsWith from './string';

0 commit comments

Comments
 (0)