Skip to content

Commit ba7b30d

Browse files
authored
docs: update common/package.json to declare MIT license
currently, automated due diligence tools like `license-checker` cannot tell that `@nxext/common` is licensed under the MIT license, despite the fact that the GitHub repo clearly states it is so. This license declaration in the sub-package will fix that.
1 parent d7dc76c commit ba7b30d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/common/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@nxext/common",
33
"version": "21.0.0",
4+
"license": "MIT",
45
"description": "Common utilities for Nxext Nx plugins",
56
"author": {
67
"name": "Gion Kunz",

0 commit comments

Comments
 (0)