Skip to content

Commit

Permalink
chore(utils): fix ci
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
anshumanv committed Mar 22, 2019
1 parent 6f3c621 commit 37eb051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/scaffold.ts
Expand Up @@ -2,7 +2,7 @@ import chalk from "chalk";
import * as j from "jscodeshift";
import pEachSeries = require("p-each-series");
import * as path from "path";
import pkgDir from "pkg-dir"
import pkgDir from "pkg-dir";

import { IError } from "../init/types";
import { IConfig, ITransformConfig } from "./modify-config-helper";
Expand Down

0 comments on commit 37eb051

Please sign in to comment.