Skip to content

Commit 907d423

Browse files
authored
Merge pull request #1615 from kleros/refactor(web)/import-assertion-for-json-file
refactor(web): change import assertion for package.json file
2 parents dfdd5ea + b234ce4 commit 907d423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/scripts/gitInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { execSync } from "child_process";
33
import fs from "fs";
44
import path from "path";
55

6-
import packageJson from "../package.json" with { type: "json" };
6+
import packageJson from "../package.json" assert { type: "json" };
77

88
const execSyncWrapper = (command) => {
99
let stdout = null;

0 commit comments

Comments
 (0)