Skip to content

Commit 17b0b38

Browse files
authored
Manual version bump, add publishconfig (#107)
1 parent d957f1e commit 17b0b38

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valtown/deno-http-worker",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Securely spawn Deno workers from Node.js",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -37,5 +37,8 @@
3737
"@types/node": "^24.2.0",
3838
"typescript": "^5.4.5",
3939
"vitest": "^3"
40+
},
41+
"publishConfig": {
42+
"access": "public"
4043
}
4144
}

0 commit comments

Comments
 (0)