Skip to content

Commit bd5c1ce

Browse files
committedJun 26, 2019
chore(utils): fixes typo in scaffold
fixed typo in import statement
1 parent 30b1b8d commit bd5c1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/utils/scaffold.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import chalk from "chalk";
22
import * as j from "jscodeshift";
33
import pEachSeries = require("p-each-series");
44
import * as path from "path";
5-
import { getPackageManager } from ".//package-manager";
5+
import { getPackageManager } from "./package-manager";
66

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

0 commit comments

Comments
 (0)