Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit b009f8f

Browse files
formatting, again
1 parent d52988e commit b009f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ const pkg = {
6868
},
6969
'scripts': {},
7070
'engines': {
71-
'node': '>=22'
72-
}
71+
'node': '>=22',
72+
},
7373
};
7474

7575
Deno.writeTextFileSync('dist/package.json', JSON.stringify(pkg, null, 2));

0 commit comments

Comments
 (0)