Skip to content

Commit

Permalink
Correctly set license to BSD-3-Clause in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Oct 15, 2024
1 parent a81bfb8 commit b02d852
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 @@ -5,7 +5,7 @@
"main": "index.js",
"type": "commonjs",
"types": "types/index.d.ts",
"license": "MIT",
"license": "BSD-3-Clause",
"author": "Vincent Le Goff <vince.legoff@gmail.com> (https://github.com/zekth)",
"repository": {
"type": "git",
Expand Down

0 comments on commit b02d852

Please sign in to comment.