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

Commit

Permalink
1.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhorning committed Jul 19, 2024
1 parent 75a89ca commit d52988e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ const pkg = {
'type': 'git',
'url': 'https://github.com/meower-media-co/api-client',
},
'optionalDependencies': {
'ws': '^8.13.0',
},
'scripts': {},
'engines': {
'node': '>=22'
}
};

Deno.writeTextFileSync('dist/package.json', JSON.stringify(pkg, null, 2));
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meower/api-client",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"exports": "./src/index.ts",
"fmt": {
"lineWidth": 80,
Expand Down

0 comments on commit d52988e

Please sign in to comment.