We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be78c5 commit 00a56b2Copy full SHA for 00a56b2
scripts/applyPreReleasePatch.mjs
@@ -1,6 +1,6 @@
1
/* eslint-disable @typescript-eslint/no-var-requires */
2
import fs from 'fs';
3
-import pkg from '../package.json' assert { type: 'json' };
+import pkg from '../package.json' with { type: 'json' };
4
5
// Patch README
6
const insert = fs.readFileSync('./README.pre.md', { encoding: 'utf8' });
0 commit comments