Skip to content

Commit 85fb6c3

Browse files
chore: wip
1 parent ae5b1ea commit 85fb6c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- 'v*'
77

88
jobs:
9-
release:
10-
name: release
9+
npm:
10+
name: npm
1111
runs-on: ubuntu-latest
1212

1313
steps:

bun.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
"mitata": "^1.0.34",
7171
"node-cache": "^5.1.2",
7272
"redis": "^5.9.0",
73-
"ts-clone": "^0.1.1",
74-
"typescript": "^5.9.3"
73+
"ts-clone": "^0.1.1"
7574
},
7675
"git-hooks": {
7776
"pre-commit": {

0 commit comments

Comments
 (0)