Skip to content

Commit

Permalink
Merge pull request #1088 from ohana54/fix-1064
Browse files Browse the repository at this point in the history
Fix jscodeshift import (fixes #1064)
  • Loading branch information
evenstensberg committed Oct 2, 2019
2 parents 7499dd3 + 0c67103 commit 181822f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/migrate/index.ts
Expand Up @@ -11,7 +11,7 @@ import runPrettier from "@webpack-cli/utils/run-prettier";

import { transformations } from "./migrate";
import { Node } from "./types/NodePath";
import jscodeshift from "jscodeshift";
import * as jscodeshift from "jscodeshift";

declare let process: {
cwd: Function;
Expand Down

0 comments on commit 181822f

Please sign in to comment.