Skip to content

Commit

Permalink
3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 1, 2024
1 parent 0617411 commit 7ca9a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 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": "vercel-deno",
"version": "3.0.4",
"version": "3.0.5",
"description": "Vercel Runtime for Deno serverless functions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"sourceMap": true,
"declaration": true
},
"include": ["./index.ts"],
"include": ["*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 7ca9a2a

Please sign in to comment.