We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315e53c commit a49aeb3Copy full SHA for a49aeb3
scripts/up-to-date-check.js
@@ -1,5 +1,5 @@
1
-import yariPackageJson from "@mdn/yari/package.json" assert { type: "json" };
2
-import thisPackageJson from "../package.json" assert { type: "json" };
+import yariPackageJson from "@mdn/yari/package.json" with { type: "json" };
+import thisPackageJson from "../package.json" with { type: "json" };
3
4
const availableYariVersion = thisPackageJson.dependencies["@mdn/yari"];
5
const installedYariVersion = yariPackageJson.version;
0 commit comments