We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b1b8d commit bd5c1ceCopy full SHA for bd5c1ce
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