From 40f2c213d75a252665311b4f8775d297390aeb70 Mon Sep 17 00:00:00 2001 From: Gar Date: Wed, 30 Nov 2022 14:49:07 -0800 Subject: [PATCH] docs: ci-info url (#5865) Forgot to remove the @npmcli scope when searching and replacing ci-detect to ci-info --- lib/utils/config/definitions.js | 2 +- tap-snapshots/test/lib/docs.js.test.cjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils/config/definitions.js b/lib/utils/config/definitions.js index f511b1badfe85..0f401d6572a59 100644 --- a/lib/utils/config/definitions.js +++ b/lib/utils/config/definitions.js @@ -441,7 +441,7 @@ define('ci-name', { description: ` The name of a continuous integration system. If not set explicitly, npm will detect the current CI environment using the - [\`ci-info\`](http://npm.im/@npmcli/ci-info) module. + [\`ci-info\`](http://npm.im/ci-info) module. `, flatten, }) diff --git a/tap-snapshots/test/lib/docs.js.test.cjs b/tap-snapshots/test/lib/docs.js.test.cjs index 03913a0453ada..eb516f5e716e6 100644 --- a/tap-snapshots/test/lib/docs.js.test.cjs +++ b/tap-snapshots/test/lib/docs.js.test.cjs @@ -758,7 +758,7 @@ npm exec --package yo --package generator-node --call "yo node" The name of a continuous integration system. If not set explicitly, npm will detect the current CI environment using the -[\`ci-info\`](http://npm.im/@npmcli/ci-info) module. +[\`ci-info\`](http://npm.im/ci-info) module. #### \`cidr\`