Skip to content

Commit 75a2e36

Browse files
committed
Fix broken link
Fixes #769
1 parent 92aa54a commit 75a2e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Currently, these are the flags you can configure:
106106
- `testScript` - Name of npm run script to run tests before publishing (`test` by default).
107107
- `2fa` - Enable 2FA on new packages (`true` by default) (setting this to `false` is not recommended).
108108
- `message` - The commit message used for the version bump. Any `%s` in the string will be replaced with the new version. By default, npm uses `%s` and Yarn uses `v%s`.
109-
- `packageManager` - Set the package manager to be used. Defaults to the [packageManager field in package.json](https://nodejs.org/api/packages.html#packagemanager), so only use if you can't update package.json for some reason.
109+
- `packageManager` - Set the package manager to be used. Defaults to the [packageManager field in package.json](https://nodejs.org/dist/latest-v16.x/docs/api/all.html#all_packages_packagemanager), so only use if you can't update package.json for some reason.
110110

111111
For example, this configures `np` to use `unit-test` as a test script, and to use `dist` as the subdirectory to publish:
112112

0 commit comments

Comments
 (0)