Skip to content

Commit 281ab74

Browse files
committed
fix: remove greenkeeper badge
1 parent 071a8dd commit 281ab74

File tree

3 files changed

+500
-52
lines changed

3 files changed

+500
-52
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ find which plugin a command is in
99
[![Codecov](https://codecov.io/gh/oclif/plugin-which/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/plugin-which)
1010
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-which.svg)](https://npmjs.org/package/@oclif/plugin-which)
1111
[![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/)
1312

1413
<!-- toc -->
1514
* [Usage](#usage)

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"author": "Jeff Dickey @jdxcode",
66
"bugs": "https://github.com/oclif/plugin-which/issues",
77
"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",
1111
"tslib": "^1.9.3"
1212
},
1313
"devDependencies": {
14-
"@oclif/dev-cli": "^1.18.0",
14+
"@oclif/dev-cli": "^1.19.1",
1515
"@oclif/plugin-help": "^2.1.2",
1616
"@oclif/test": "^1.2.1",
1717
"@oclif/tslint": "^3.1.0",
18-
"@types/chai": "^4.1.4",
18+
"@types/chai": "^4.1.6",
1919
"@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",
2222
"globby": "^8",
2323
"mocha": "^5",
2424
"nyc": "^13.0.1",
2525
"ts-node": "^7.0.1",
2626
"tslint": "^5.11.0",
27-
"typescript": "^3.0.3"
27+
"typescript": "^3.1.3"
2828
},
2929
"engines": {
3030
"node": ">=8.0.0"

0 commit comments

Comments
 (0)