diff --git a/scripts/fetch-repo.js b/scripts/fetch-repo.js index 236fe68..5fbba7c 100644 --- a/scripts/fetch-repo.js +++ b/scripts/fetch-repo.js @@ -1,5 +1,5 @@ import fetch from "node-fetch" -import langsColor from "./langColors.json" with { "type": "json" } +import langsColor from "./langColors.json" assert { "type": "json" } import { env } from "process"; const GH_TOKEN = env.GH_TOKEN;