@clerc/plugin-help
Advanced tools
Comparing version 0.2.0 to 0.3.0
import * as clerc from 'clerc'; | ||
import { Clerc } from 'clerc'; | ||
@@ -18,4 +17,4 @@ interface Options { | ||
} | ||
declare const helpPlugin: (_options?: Options) => clerc.Plugin<Clerc<{}>, Clerc<{}>>; | ||
declare const helpPlugin: (_options?: Options) => clerc.Plugin<clerc.Clerc<{}>, clerc.Clerc<{}>>; | ||
export { helpPlugin }; |
{ | ||
"name": "@clerc/plugin-help", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)", | ||
@@ -46,3 +46,3 @@ "description": "Clerc plugin help", | ||
"dependencies": { | ||
"clerc": "0.2.0", | ||
"clerc": "0.3.0", | ||
"picocolors": "^1.0.0" | ||
@@ -49,0 +49,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11407
259
+ Addedclerc@0.3.0(transitive)
+ Addedmri@1.2.0(transitive)
- Removedclerc@0.2.0(transitive)
- Removedminimist@1.2.8(transitive)
Updatedclerc@0.3.0