Skip to content

Commit

Permalink
formatting, again
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhorning committed Jul 19, 2024
1 parent d52988e commit b009f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const pkg = {
},
'scripts': {},
'engines': {
'node': '>=22'
}
'node': '>=22',
},
};

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

0 comments on commit b009f8f

Please sign in to comment.