@clerc/plugin-help 0.3.0 → 0.3.2

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -2
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -6,11 +6,12 @@ interface Options {
6
6
  */
7
7
  command?: boolean;
8
8
  /**
9
- * [example command, description]
9
+ * Examples
10
+ * Syntax: [example command, description]
10
11
  */
11
12
  examples?: [string, string][];
12
13
  /**
13
- * notes
14
+ * Notes
14
15
  */
15
16
  notes?: string[];
16
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerc/plugin-help",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "author": "Ray <nn_201312@163.com> (https://github.com/so1ve)",
5
5
  "description": "Clerc plugin help",
6
6
  "keywords": [
@@ -43,7 +43,7 @@
43
43
  "clerc": "*"
44
44
  },
45
45
  "dependencies": {
46
- "clerc": "0.3.0",
46
+ "clerc": "0.3.2",
47
47
  "picocolors": "^1.0.0"
48
48
  },
49
49
  "scripts": {