We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba471f8 + bd5c1ce commit 7978d77Copy full SHA for 7978d77
packages/utils/scaffold.ts
@@ -2,7 +2,7 @@ import chalk from "chalk";
2
import * as j from "jscodeshift";
3
import pEachSeries = require("p-each-series");
4
import * as path from "path";
5
-import { getPackageManager } from ".//package-manager";
+import { getPackageManager } from "./package-manager";
6
7
import { findProjectRoot } from "./path-utils";
8
0 commit comments