Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 15, 2020
1 parent e8d68e5 commit 7c3b279
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-bash",
"version": "3.0.0",
"version": "3.0.1",
"description": "Vercel Runtime for Bash serverless functions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/01-cowsay/now.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"public": true,
"version": 2,
"builds": [
{ "src": "**/*.sh", "use": "now-bash" }
{ "src": "**/*.sh", "use": "vercel-bash" }
]
}

0 comments on commit 7c3b279

Please sign in to comment.