Skip to content

Commit 139dd12

Browse files
committed
fix(node): fix compatibility with node v20
1 parent b4aeea1 commit 139dd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {argv, cwd} from "process";
22
import {last} from "@softwareventures/array";
33
import {Command} from "commander";
4-
import pkg from "../package.json" assert {type: "json"};
4+
import pkg from "../package.json" with {type: "json"};
55
import type {InitOptions} from "./init.js";
66
import {cliInit} from "./init.js";
77
import type {UpdateOptions} from "./update.js";

0 commit comments

Comments
 (0)