openshift / console-plugin-template

Minimal template for writing OpenShift console plugins
Apache License 2.0
39 stars 51 forks source link

chore: add license field to package.json #6

Closed mikaello closed 1 year ago

mikaello commented 1 year ago

Without the license field you will get warnings of the type warning ../package.json: No license field when installing/building.

Attached license in this project is Apache v2: https://github.com/spadgett/console-plugin-template/blob/main/LICENSE.

spadgett commented 1 year ago

Thank you for the PR