Skip to content

Commit

Permalink
chore: add bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
gearonixx committed Mar 3, 2024
1 parent dd99bc7 commit 8def1dd
Show file tree
Hide file tree
Showing 2 changed files with 783 additions and 3 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"start": "esno src/create-gateway.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
"prepare": "simple-git-hooks",
"bump": "taze -wi"
},
"peerDependencies": {
"@farfetched/core": "^0.11.4",
Expand All @@ -69,6 +70,7 @@
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"socket.io-client": "^4.7.4",
"taze": "^0.13.3",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.1.4",
Expand Down
Loading

0 comments on commit 8def1dd

Please sign in to comment.