scancode-toolkit icon indicating copy to clipboard operation
scancode-toolkit copied to clipboard

Check npm package.json and package-lock.json name/version are consistent

Open pombredanne opened this issue 2 years ago • 0 comments

https://docs.npmjs.com/cli/v8/configuring-npm/package-lock-json#file-format

File Format name The name of the package this is a package-lock for. This will match what's in package.json. version The version of the package this is a package-lock for. This will match what's in package.json.

We should double check that we have the same name and version.

pombredanne avatar May 03 '22 17:05 pombredanne