Skip to content

Commit 7683ff9

Browse files
committed
0.0.19
1 parent 806722e commit 7683ff9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valtown/deno-http-worker",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "Securely spawn Deno workers from Node.js",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -13,7 +13,10 @@
1313
"build": "tsc --build",
1414
"prepare": "npm run lint && npm run build"
1515
},
16-
"files": ["dist", "deno-bootstrap"],
16+
"files": [
17+
"dist",
18+
"deno-bootstrap"
19+
],
1720
"repository": {
1821
"type": "git",
1922
"url": "git+https://github.com/val-town/deno-http-worker.git"

0 commit comments

Comments
 (0)