Skip to content

Commit

Permalink
fix(typescript): import from scoped utils (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHechenberger authored and shellscape committed Dec 4, 2019
1 parent 126c4e3 commit 8e62a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as fs from 'fs';

import * as ts from 'typescript';
import { createFilter } from 'rollup-pluginutils';
import { createFilter } from '@rollup/pluginutils';
import resolveId from 'resolve';

import endsWith from './string';
Expand Down

0 comments on commit 8e62a48

Please sign in to comment.