Skip to content

Commit 6daa8df

Browse files
committed
remove auto patch
1 parent f1e8082 commit 6daa8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/typer-diff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "typer-diff",
33
"license": "MIT",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",
88
"scripts": {
99
"build": "tsup index.ts --format cjs,esm --dts --minify",
1010
"lint": "tsc",
11-
"release": "pnpm run build && pnpm version patch && pnpm publish"
11+
"release": "pnpm run build && pnpm publish"
1212
},
1313
"dependencies": {
1414
"typescript": "^5.5.2"

0 commit comments

Comments
 (0)