From b216478aa36afcb1d0f1c1eeb7262a7f2fe21c62 Mon Sep 17 00:00:00 2001 From: Takahiro <43328895+okathira@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:51:13 +0900 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad23071c0c..97146cafc7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +test + # ![markuplint](https://cdn.jsdelivr.net/gh/markuplint/markuplint@main/media/logo-v.svg) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) From 693b320705f5017800102bb61732f608b8abc3cc Mon Sep 17 00:00:00 2001 From: Takahiro <43328895+okathira@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:52:57 +0900 Subject: [PATCH 2/3] Update force-import-json-in-module.ts --- .../file-resolver/src/force-import-json-in-module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@markuplint/file-resolver/src/force-import-json-in-module.ts b/packages/@markuplint/file-resolver/src/force-import-json-in-module.ts index b8c6e5d179..1c6a334203 100644 --- a/packages/@markuplint/file-resolver/src/force-import-json-in-module.ts +++ b/packages/@markuplint/file-resolver/src/force-import-json-in-module.ts @@ -32,7 +32,7 @@ export async function forceImportJsonInModule(modPath: string) { .replace(/^file:\/\//, '') .replaceAll('/', path.sep) // Windows - .replace(/^[/\\][a-z]:/i, ''); + .replace(/^[/\\][a-z]:/i, ''); // change here fLog('Find JSON file path: %s', normalizePath); const fileContent = await readFile(normalizePath, { encoding: 'utf8' }); From a8d66b2fe11eff6fff87846b5889f9d02af11282 Mon Sep 17 00:00:00 2001 From: Takahiro <43328895+okathira@users.noreply.github.com> Date: Wed, 13 Mar 2024 07:23:08 +0900 Subject: [PATCH 3/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 97146cafc7..ad23071c0c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -test - # ![markuplint](https://cdn.jsdelivr.net/gh/markuplint/markuplint@main/media/logo-v.svg) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)