Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 26f851f

Browse files
committed
fix: Rename manifest.yml to manifest.yaml
1 parent a5f78b1 commit 26f851f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ async function main() {
4141
);
4242

4343
fse.writeFileSync(
44-
path.join(dir, 'manifest.yml'),
45-
await renderFile(path.join(templateDir, 'manifest.yml.template'), response)
44+
path.join(dir, 'manifest.yaml'),
45+
await renderFile(path.join(templateDir, 'manifest.yaml.template'), response)
4646
);
4747
}
4848

0 commit comments

Comments
 (0)