Skip to content

Commit

Permalink
Merge pull request #975 from pranshuchittora/chore-typo
Browse files Browse the repository at this point in the history
chore(utils): Fix path in scaffold util
  • Loading branch information
evenstensberg committed Jul 6, 2019
2 parents ba471f8 + bd5c1ce commit 7978d77
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 { getPackageManager } from ".//package-manager";
import { getPackageManager } from "./package-manager";

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

Expand Down

0 comments on commit 7978d77

Please sign in to comment.