Skip to content

Commit 7c3b279

Browse files
committed
3.0.1
1 parent e8d68e5 commit 7c3b279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vercel-bash",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Vercel Runtime for Bash serverless functions",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

test/fixtures/01-cowsay/now.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"public": true,
33
"version": 2,
44
"builds": [
5-
{ "src": "**/*.sh", "use": "now-bash" }
5+
{ "src": "**/*.sh", "use": "vercel-bash" }
66
]
77
}

0 commit comments

Comments
 (0)