@oclif/plugin-which 3.1.4 → 3.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,8 +3,6 @@
3
3
  find which plugin a command is in
4
4
 
5
5
  [![Version](https://img.shields.io/npm/v/@oclif/plugin-which.svg)](https://npmjs.org/package/@oclif/plugin-which)
6
- [![CircleCI](https://circleci.com/gh/oclif/plugin-which/tree/main.svg?style=shield)](https://circleci.com/gh/oclif/plugin-which/tree/main)
7
- [![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-which?branch=main&svg=true)](https://ci.appveyor.com/project/oclif/plugin-which/branch/main)
8
6
  [![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-which.svg)](https://npmjs.org/package/@oclif/plugin-which)
9
7
  [![License](https://img.shields.io/npm/l/@oclif/plugin-which.svg)](https://github.com/oclif/plugin-which/blob/main/package.json)
10
8
 
@@ -12,6 +10,7 @@ find which plugin a command is in
12
10
  * [@oclif/plugin-which](#oclifplugin-which)
13
11
  * [Usage](#usage)
14
12
  * [Commands](#commands)
13
+ * [Contributing](#contributing)
15
14
  <!-- tocstop -->
16
15
 
17
16
  # Usage
@@ -22,7 +21,7 @@ $ npm install -g @oclif/plugin-which
22
21
  $ oclif-example COMMAND
23
22
  running command...
24
23
  $ oclif-example (--version)
25
- @oclif/plugin-which/3.1.4 linux-x64 node-v20.11.1
24
+ @oclif/plugin-which/3.1.6 linux-x64 node-v20.11.1
26
25
  $ oclif-example --help [COMMAND]
27
26
  USAGE
28
27
  $ oclif-example COMMAND
@@ -55,5 +54,9 @@ EXAMPLES
55
54
  $ oclif-example which help
56
55
  ```
57
56
 
58
- _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.1.4/src/commands/which.ts)_
57
+ _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.1.6/src/commands/which.ts)_
59
58
  <!-- commandsstop -->
59
+
60
+ # Contributing
61
+
62
+ See [contributing guide](./CONRTIBUTING.md)