@oclif/plugin-which 1.0.2 → 1.0.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
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
+
1
8
  ## [1.0.2](https://github.com/oclif/plugin-which/compare/v1.0.1...v1.0.2) (2018-09-14)
2
9
 
3
10
 
package/README.md CHANGED
@@ -9,7 +9,6 @@ find which plugin a command is in
9
9
  [![Codecov](https://codecov.io/gh/oclif/plugin-which/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/plugin-which)
10
10
  [![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-which.svg)](https://npmjs.org/package/@oclif/plugin-which)
11
11
  [![License](https://img.shields.io/npm/l/@oclif/plugin-which.svg)](https://github.com/oclif/plugin-which/blob/master/package.json)
12
- [![Greenkeeper badge](https://badges.greenkeeper.io/oclif/plugin-which.svg)](https://greenkeeper.io/)
13
12
 
14
13
  <!-- toc -->
15
14
  * [Usage](#usage)
@@ -22,7 +21,7 @@ $ npm install -g @oclif/plugin-which
22
21
  $ oclif-example COMMAND
23
22
  running command...
24
23
  $ oclif-example (-v|--version|version)
25
- @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
26
25
  $ oclif-example --help [COMMAND]
27
26
  USAGE
28
27
  $ oclif-example COMMAND
@@ -42,5 +41,5 @@ USAGE
42
41
  $ oclif-example which COMMAND
43
42
  ```
44
43
 
45
- _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)_
46
45
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"1.0.2","commands":{"which":{"id":"which","description":"show which plugin a command is in","pluginName":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"command","required":true}]}}}
1
+ {"version":"1.0.3","commands":{"which":{"id":"which","description":"show which plugin a command is in","pluginName":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"command","required":true}]}}}
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@oclif/plugin-which",
3
3
  "description": "find which plugin a command is in",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bugs": "https://github.com/oclif/plugin-which/issues",
7
7
  "dependencies": {
8
- "@oclif/command": "^1.5.1",
9
- "@oclif/config": "^1.7.6",
10
- "cli-ux": "^4.8.2",
8
+ "@oclif/command": "^1.5.4",
9
+ "@oclif/config": "^1.8.7",
10
+ "cli-ux": "^4.9.1",
11
11
  "tslib": "^1.9.3"
12
12
  },
13
13
  "devDependencies": {
14
- "@oclif/dev-cli": "^1.18.0",
14
+ "@oclif/dev-cli": "^1.19.1",
15
15
  "@oclif/plugin-help": "^2.1.2",
16
16
  "@oclif/test": "^1.2.1",
17
17
  "@oclif/tslint": "^3.1.0",
18
- "@types/chai": "^4.1.4",
18
+ "@types/chai": "^4.1.6",
19
19
  "@types/mocha": "^5.2.5",
20
- "@types/node": "^10.9.4",
21
- "chai": "^4",
20
+ "@types/node": "^10.11.7",
21
+ "chai": "^4.2.0",
22
22
  "globby": "^8",
23
23
  "mocha": "^5",
24
24
  "nyc": "^13.0.1",
25
25
  "ts-node": "^7.0.1",
26
26
  "tslint": "^5.11.0",
27
- "typescript": "^3.0.3"
27
+ "typescript": "^3.1.3"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=8.0.0"