Skip to content

Commit 51f0465

Browse files
authored
fix: add functions-framework-nodejs executable (#152)
fixes #149
1 parent 25e364e commit 51f0465

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"build/src/*.d.ts"
3030
],
3131
"bin": {
32-
"functions-framework": "./build/src/index.js"
32+
"functions-framework": "./build/src/index.js",
33+
"functions-framework-nodejs": "./build/src/index.js"
34+
3335
},
3436
"author": "Google Inc.",
3537
"license": "Apache-2.0",

0 commit comments

Comments
 (0)