Skip to content

Commit

Permalink
fix outdated experimental syntax for build/release
Browse files Browse the repository at this point in the history
  • Loading branch information
filecage committed May 21, 2024
1 parent 610ea5f commit b8b36fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/prepare-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import {resolve, dirname, parse, format} from 'path';
import {fileURLToPath} from 'url';
import fs from 'fs/promises';
import packageDefinition from '../package.json' assert { type: "json" };
import buildMeta from '../dist/metafile-esm.json' assert { type: "json" };
import packageDefinition from '../package.json' with { type: "json" };
import buildMeta from '../dist/metafile-esm.json' with { type: "json" };

const [,,version] = process.argv;

Expand Down

0 comments on commit b8b36fd

Please sign in to comment.