Skip to content

Commit

Permalink
License should be a valid SPDX license expression (#67)
Browse files Browse the repository at this point in the history
'mit' → 'MIT' (not a valid SPDX license expression)
  • Loading branch information
pydrogo authored Jun 19, 2024
1 parent 2cbe750 commit 0da1fc5
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
@@ -1,7 +1,7 @@
{
"name": "biochatter-next",
"private": false,
"license": "mit",
"license": "MIT",
"version": "1.1.0",
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 0da1fc5

Please sign in to comment.