-
Notifications
You must be signed in to change notification settings - Fork 17
Add npm lockfile and packageManager info #40
Copy link
Copy link
Open
Description
The repo doesn't include lockfile, which is a bad practice. See:
- https://docs.npmjs.com/cli/v10/configuring-npm/package-lock-json: "
package-lock.json... is intended to be committed into source repositories" - https://pnpm.io/git: "You should always commit the lockfile (
pnpm-lock.yaml)."
Please commit the lockfile of whatever package manager you use. Also, please consider setting "packageManager" under package.json, see https://nodejs.org/api/packages.html#packagemanager.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels