We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e573ecd commit c1f304eCopy full SHA for c1f304e
1 file changed
src/types/packagejson.ts
@@ -293,7 +293,7 @@ export interface PackageJson {
293
/**
294
* See: https://nodejs.org/api/packages.html#packagemanager
295
* This field defines which package manager is expected to be used when working on the current project.
296
- * Should be of the format: `<package manager name>@<version>`
+ * Should be of the format: `<name>@<version>[#hash]`
297
*/
298
packageManager?: string;
299
0 commit comments