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.
1 parent b4aeea1 commit 139dd12Copy full SHA for 139dd12
cli/index.ts
@@ -1,7 +1,7 @@
1
import {argv, cwd} from "process";
2
import {last} from "@softwareventures/array";
3
import {Command} from "commander";
4
-import pkg from "../package.json" assert {type: "json"};
+import pkg from "../package.json" with {type: "json"};
5
import type {InitOptions} from "./init.js";
6
import {cliInit} from "./init.js";
7
import type {UpdateOptions} from "./update.js";
0 commit comments