Skip to content

Commit c6fedd1

Browse files
committed
2.0.0
1 parent e47c899 commit c6fedd1

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

bash-test/api/index.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
handler() {
2+
echo "Hello, from Bash!"
3+
}

bash-test/now.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"functions": {
3+
"api/*.sh": { "runtime": "https://files-d07fn4zif.n8.io" }
4+
}
5+
}

files/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.now

files/now-bash-1.0.3.tgz

4.75 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "now-bash",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"description": "Now v2 Builder for Bash Serverless Functions",
55
"main": "index.js",
66
"author": "Nathan Rajlich <[email protected]>",

0 commit comments

Comments
 (0)