Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanoostveen committed Jul 18, 2024
1 parent ac93437 commit f223cbc
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,14 +1,14 @@
{
"name": "typescript-assistant",
"version": "0.68.0",
"version": "0.69.0",
"description": "Combines and integrates professional Typescript tools into your project",
"main": "dist/index.js",
"bin": {
"tsa": "./dist/index.js"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=7.0.0"
"pnpm": ">=8.0.0"
},
"scripts": {
"prepublishOnly": "tsc -b ./src/tsconfig.json",
Expand Down

0 comments on commit f223cbc

Please sign in to comment.