Skip to content

Commit

Permalink
chore(utils): fixes typo in scaffold
Browse files Browse the repository at this point in the history
fixed typo in import statement
  • Loading branch information
pranshuchittora committed Jun 26, 2019
1 parent 30b1b8d commit bd5c1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/scaffold.ts
Original file line number Diff line number Diff line change
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 { getPackageManager } from ".//package-manager";
import { getPackageManager } from "./package-manager";

import { findProjectRoot } from "./path-utils";

Expand Down

0 comments on commit bd5c1ce

Please sign in to comment.