Skip to content

Commit f223cbc

Browse files
committed
New version
1 parent ac93437 commit f223cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "typescript-assistant",
3-
"version": "0.68.0",
3+
"version": "0.69.0",
44
"description": "Combines and integrates professional Typescript tools into your project",
55
"main": "dist/index.js",
66
"bin": {
77
"tsa": "./dist/index.js"
88
},
99
"engines": {
1010
"node": ">=18.0.0",
11-
"pnpm": ">=7.0.0"
11+
"pnpm": ">=8.0.0"
1212
},
1313
"scripts": {
1414
"prepublishOnly": "tsc -b ./src/tsconfig.json",

0 commit comments

Comments
 (0)