File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.0.3] ( https://github.com/oclif/plugin-which/compare/v1.0.2...v1.0.3 ) (2018-10-13)
2+
3+
4+ ### Bug Fixes
5+
6+ * remove greenkeeper badge ([ 281ab74] ( https://github.com/oclif/plugin-which/commit/281ab74 ) )
7+
18## [ 1.0.2] ( https://github.com/oclif/plugin-which/compare/v1.0.1...v1.0.2 ) (2018-09-14)
29
310
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ $ npm install -g @oclif/plugin-which
2121$ oclif-example COMMAND
2222running command...
2323$ oclif-example (-v| --version| version)
24- @oclif/plugin-which/1.0.2 linux-x64 node-v10.10 .0
24+ @oclif/plugin-which/1.0.3 linux-x64 node-v10.12 .0
2525$ oclif-example --help [COMMAND]
2626USAGE
2727 $ oclif-example COMMAND
4141 $ oclif-example which COMMAND
4242```
4343
44- _ See code: [ src/commands/which.ts] ( https://github.com/oclif/plugin-which/blob/v1.0.2 /src/commands/which.ts ) _
44+ _ See code: [ src/commands/which.ts] ( https://github.com/oclif/plugin-which/blob/v1.0.3 /src/commands/which.ts ) _
4545<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " @oclif/plugin-which" ,
33 "description" : " find which plugin a command is in" ,
4- "version" : " 1.0.2 " ,
4+ "version" : " 1.0.3 " ,
55 "author" : " Jeff Dickey @jdxcode" ,
66 "bugs" : " https://github.com/oclif/plugin-which/issues" ,
77 "dependencies" : {
You can’t perform that action at this time.
0 commit comments