Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misplaced "MIT" license declaration in package-lock.json #269

Closed
tian-zhong opened this issue Aug 8, 2022 · 1 comment
Closed

misplaced "MIT" license declaration in package-lock.json #269

tian-zhong opened this issue Aug 8, 2022 · 1 comment

Comments

@tian-zhong
Copy link
Contributor

Describe the bug (must be provided)

package.json assert an "MIT" license while the project is supposed to be under apache-2.0.
original text
{ "name": "nebula-graph-studio", "version": "3.3.2", "lockfileVersion": 1, "requires": true, "packages": { "": { "name": "nebula-graph-studio", "version": "3.3.2", "license": "MIT", "dependencies": {

correct code
{ "name": "nebula-graph-studio", "version": "3.3.2", "lockfileVersion": 1, "requires": true, "packages": { "": { "name": "nebula-graph-studio", "version": "3.3.2", "license": "Apache 2.0", "dependencies": {

Your Environments (must be provided)

  • OS: Linux,Mac or Windows
  • Node-version: node --version
  • Studio-version: display in studio navBar

How To Reproduce(must be provided)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Apache 2.0 license indicator should be used.

Additional context

Provide logs and configs, or any other context to trace the problem.

@hetao92
Copy link
Contributor

hetao92 commented Aug 9, 2022

thanks. i wll update this in 3.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants