Skip to content

Commit c1f304e

Browse files
authored
Update src/types/packagejson.ts
1 parent e573ecd commit c1f304e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/packagejson.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export interface PackageJson {
293293
/**
294294
* See: https://nodejs.org/api/packages.html#packagemanager
295295
* 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>`
296+
* Should be of the format: `<name>@<version>[#hash]`
297297
*/
298298
packageManager?: string;
299299

0 commit comments

Comments
 (0)