diff --git a/LANGUAGES.json b/TESTS/language_codes_all.json similarity index 100% rename from LANGUAGES.json rename to TESTS/language_codes_all.json diff --git a/TESTS/map_language_codes.ts b/TESTS/map_language_codes.ts index 3fa7cfd5a..b29e0197e 100644 --- a/TESTS/map_language_codes.ts +++ b/TESTS/map_language_codes.ts @@ -35,7 +35,7 @@ const langsSet = new Set(langs); const langsConsolidated = Array.from(langsSet); langsConsolidated.sort(); -const fullLangsFile = Deno.readTextFileSync("LANGUAGES.json"); +const fullLangsFile = Deno.readTextFileSync("TESTS/language_codes_all.json"); const fullLangs: Record = JSON.parse(fullLangsFile); const selectedLangs: Record = {}; @@ -45,4 +45,4 @@ for (const lang of langsConsolidated) { } const stringified = JSON.stringify(selectedLangs, null, 2); -Deno.writeTextFileSync("selected_langs.json", stringified); +Deno.writeTextFileSync("TESTS/language_codes_selected.json", stringified); diff --git a/package.json b/package.json index 2088379c6..0aad4c555 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "closing-the-gap", "version": "0.1.0", - "description": "[![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Closing-the-Gap-in-NLS-DH/Projects/graphs/commit-activity)", + "description": "Research project on the state of the field of NLS-related Digital Humanities with a focus on Arabic", "homepage": "https://github.com/M-L-D-H/Closing-The-Gap-In-Non-Latin-Script-Data#readme", "bugs": { "url": "https://github.com/M-L-D-H/Closing-The-Gap-In-Non-Latin-Script-Data/issues"