Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciNyan committed Feb 23, 2023
1 parent e2ad764 commit 05b96e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-guard",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"packageManager": "pnpm@7.0.1",
"author": "LuciNyan",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dev": "nr build --watch",
"lint": "eslint .",
"prepublishOnly": "npm run build",
"release": "bumpp --commit --push --tag && npm publish",
"release": "bumpp --commit --push --tag && npm publish --access=public",
"start": "esno src/index.ts",
"typecheck": "tsc --noEmit",
"test": "vitest"
Expand Down

0 comments on commit 05b96e7

Please sign in to comment.