We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d68e5 commit 7c3b279Copy full SHA for 7c3b279
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vercel-bash",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "Vercel Runtime for Bash serverless functions",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
test/fixtures/01-cowsay/now.json
@@ -2,6 +2,6 @@
"public": true,
"version": 2,
"builds": [
- { "src": "**/*.sh", "use": "now-bash" }
+ { "src": "**/*.sh", "use": "vercel-bash" }
]
7
}
0 commit comments