Closed rohaquinlop closed 10 months ago
makeNodeJsLock
package.json
package-lock.json
node_js_version
package_json_dir
package_lock
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
makeNodeJsLock
now receives the directory that contains thepackage.json
file instead of thepackage.json
file itself.package-lock.json
file will be generated in the same directory that contains thepackage.json
file.makeNodeJsLock
now only receives two parameters:node_js_version
andpackage_json_dir
.package_lock
parameter frommakeNodeJsLock
.makeNodeJsLock
documentation.