Skip to content

Commit

Permalink
fix: package.json:license should be Apache (#555)
Browse files Browse the repository at this point in the history
- it was listed as `MIT` for some reason (copy+paste?), while Argo, including this repo's own `LICENSE`, uses Apache
  - also CNCF uses Apache

Signed-off-by: Anton Gilgur <[email protected]>
  • Loading branch information
agilgur5 authored May 12, 2024
1 parent 2e93b71 commit 7288592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "./src/index.ts",
"types": "./src/index.ts",
"license": "MIT",
"license": "Apache-2.0",
"files": [
"src",
"v2",
Expand Down

0 comments on commit 7288592

Please sign in to comment.