Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

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

Merged
dsalaza4 merged 1 commit intofluidattacks:mainfrom
rohaquinlop:issue-1212
Dec 14, 2023
Merged

feat(build): #1212 upgrade makenodejslock parameters#1215
dsalaza4 merged 1 commit intofluidattacks:mainfrom
rohaquinlop:issue-1212

Conversation

@rohaquinlop
Copy link
Contributor

  • 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>
@sonarqubecloud
Copy link

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants