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

feat(build): #1212 upgrade makenodejslock parameters #1215

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

rohaquinlop
Copy link
Collaborator

  • makeNodeJsLock now receives the directory that contains the package.json file instead of the package.json file itself.
  • The package-lock.json file will be generated in the same directory that contains the package.json file.
  • makeNodeJsLock now only receives two parameters: node_js_version and package_json_dir.
  • Removed package_lock parameter from makeNodeJsLock.
  • Updated makeNodeJsLock documentation.

- `makeNodeJsLock` now receives the directory that contains the
  `package.json` file instead of the `package.json` file itself.
- The `package-lock.json` file will be generated in the same directory
  that contains the `package.json` file.
- `makeNodeJsLock` now only receives two parameters: `node_js_version`
  and `package_json_dir`.
- Removed `package_lock` parameter from `makeNodeJsLock`.
- Updated `makeNodeJsLock` documentation.

Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
Copy link

sonarcloud bot commented Dec 14, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

@dsalaza4 dsalaza4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dsalaza4 dsalaza4 merged commit fc1be2e into fluidattacks:main Dec 14, 2023
71 of 78 checks passed
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

Successfully merging this pull request may close these issues.

2 participants