Skip to content

Commit

Permalink
chore(repo): fix license field
Browse files Browse the repository at this point in the history
the license field is now Apache-2.0 allowing for correct parsing by tools
  • Loading branch information
jwulf committed Jul 29, 2024
1 parent 40f775e commit 3c72a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"access": "public"
},
"author": "[email protected]",
"license": "Apache 2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/camunda/camunda-8-js-sdk.git"
Expand Down Expand Up @@ -159,4 +159,4 @@
"typed-duration": "^1.0.12",
"uuid": "^7.0.3"
}
}
}

0 comments on commit 3c72a58

Please sign in to comment.