Skip to content

Commit fc26476

Browse files
authored
Merge pull request #11 from cloudflare/v0.0.2
v0.0.2
2 parents fe89546 + 050379f commit fc26476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/workers-oauth-provider",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "OAuth provider for Cloudflare Workers",
55
"main": "dist/oauth-provider.js",
66
"types": "dist/oauth-provider.d.ts",
@@ -11,7 +11,7 @@
1111
],
1212
"type": "module",
1313
"publishConfig": {
14-
"access": "restricted"
14+
"access": "public"
1515
},
1616
"scripts": {
1717
"build": "tsup",

0 commit comments

Comments
 (0)