Skip to content

Commit 3231ee9

Browse files
committed
chore: update snapshots
1 parent 1622ac4 commit 3231ee9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tap-snapshots/test/lib/docs.js.test.cjs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ Ignored if \`--save-peer\` is set, since peerDependencies cannot be bundled.
14001400
14011401
Save installed packages to a package.json file as \`devDependencies\`.
14021402
1403-
1403+
This config can not be used with: \`save-optional\`, \`save-peer\`, \`save-prod\`
14041404
14051405
#### \`save-exact\`
14061406
@@ -1419,7 +1419,7 @@ rather than using npm's default semver range operator.
14191419
14201420
Save installed packages to a package.json file as \`optionalDependencies\`.
14211421
1422-
1422+
This config can not be used with: \`save-dev\`, \`save-peer\`, \`save-prod\`
14231423
14241424
#### \`save-peer\`
14251425
@@ -1428,7 +1428,7 @@ Save installed packages to a package.json file as \`optionalDependencies\`.
14281428
14291429
Save installed packages to a package.json file as \`peerDependencies\`
14301430
1431-
1431+
This config can not be used with: \`save-dev\`, \`save-optional\`, \`save-prod\`
14321432
14331433
#### \`save-prefix\`
14341434
@@ -1457,7 +1457,7 @@ you want to move it to be a non-optional production dependency.
14571457
This is the default behavior if \`--save\` is true, and neither \`--save-dev\`
14581458
or \`--save-optional\` are true.
14591459
1460-
1460+
This config can not be used with: \`save-dev\`, \`save-optional\`, \`save-peer\`
14611461
14621462
#### \`sbom-format\`
14631463

0 commit comments

Comments
 (0)