Skip to content

Commit 47013c9

Browse files
committed
chore: correct package license and version
1 parent c07c35f commit 47013c9

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": "r2-upload-action",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "GitHub Action to upload files to a Cloudflare R2 bucket",
55
"main": "dist/index.js",
66
"type": "module",
@@ -14,7 +14,7 @@
1414
"url": "git+https://github.com/ryand56/r2-upload-action.git"
1515
},
1616
"author": "ryand56",
17-
"license": "MIT",
17+
"license": "(MIT or 0BSD)",
1818
"bugs": {
1919
"url": "https://github.com/ryand56/r2-upload-action/issues"
2020
},

0 commit comments

Comments
 (0)