Skip to content

Commit

Permalink
tag 0.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Morgan Gallant <[email protected]>
  • Loading branch information
morgangallant committed Apr 3, 2024
1 parent 3115628 commit 63341e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbopuffer/turbopuffer",
"version": "0.4.1",
"version": "0.4.2",
"description": "Official Typescript API client library for turbopuffer.com",
"scripts": {
"build": "rm -rf dist && tsc",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"declarationMap": true,
"resolveJsonModule": true
},
"include": ["src"]
"include": ["src"],
"exclude": ["src/*.test.ts"]
}

0 comments on commit 63341e4

Please sign in to comment.