Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 18, 2024
1 parent 240a856 commit 48260c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-version.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {existsSync, readFileSync, writeFileSync} from 'node:fs';
import fetch from 'node-fetch';
import {existsSync, readFileSync, writeFileSync} from 'node:fs';
import {join} from 'node:path';

// The suffix we use to publish to npm wip version of the libs
Expand Down

0 comments on commit 48260c4

Please sign in to comment.