Skip to content

Commit

Permalink
Change package.json license to valid spdx format
Browse files Browse the repository at this point in the history
Right now license-checker returns Apache* because the format is not valid spdx format.
  • Loading branch information
joeyjurjens authored Jul 11, 2024
1 parent 5ed64d4 commit 9479180
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 @@ -47,7 +47,7 @@
"contributors": [
"jeromewu"
],
"license": "Apache License 2.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/naptha/tesseract.js-core/issues"
},
Expand Down

0 comments on commit 9479180

Please sign in to comment.