Skip to content

Commit aa8ee6d

Browse files
committed
Updated to now-deno@0.2.0
1 parent 4530e1f commit aa8ee6d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

example/now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"functions": {
33
"api/**/*.ts": {
4-
"runtime": "@luca-rand/now-deno@0.2.0-dev.7",
4+
"runtime": "now-deno@0.2.0",
55
"memory": 128
66
}
77
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@luca-rand/now-deno",
2+
"name": "now-deno",
33
"description": "Community based builder for using deno on the now/zeit platform",
4-
"version": "0.2.0-dev.7",
4+
"version": "0.2.0",
55
"license": "MIT",
66
"main": "./dist/index",
77
"homepage": "https://github.com/lucacasonato/now-deno",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ async function buildDenoLambda(
8787
runtime: 'provided',
8888
environment: {
8989
HANDLER_EXT: 'bundle.js',
90+
PATH: process.env.PATH + ':./bin',
9091
},
9192
});
9293

0 commit comments

Comments
 (0)