Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jan 31, 2024
1 parent f37a719 commit 4677f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build-normalized-example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

import fs from 'fs';
import vl from '../build/src/index.js';
import * as vl from '../build/src/index.js';
import stableStringify from 'fast-json-stable-stringify';
import compactStringify from 'json-stringify-pretty-compact';

Expand Down
2 changes: 1 addition & 1 deletion scripts/build-normalized-examples
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

import fs from 'fs';
import vl from '../build/src/index.js';
import * as vl from '../build/src/index.js';
import stableStringify from 'fast-json-stable-stringify';
import compactStringify from 'json-stringify-pretty-compact';

Expand Down

0 comments on commit 4677f01

Please sign in to comment.