We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4464a9 commit 89dbc38Copy full SHA for 89dbc38
scripts/cli.mjs
@@ -1,7 +1,7 @@
1
import { writeFileSync } from 'fs';
2
import * as utils from './utils.mjs';
3
-import cliJSON from './data/cli.json' assert { type: 'json' };
4
-import cliOverrides from './data/meta-override.json' assert { type: 'json' };
+import cliJSON from './data/cli.json' with { type: 'json' };
+import cliOverrides from './data/meta-override.json' with { type: 'json' };
5
6
const commandToKebab = (str) =>
7
str
0 commit comments