Skip to content

Commit

Permalink
fix: remove greenkeeper badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Oct 13, 2018
1 parent 2d1e382 commit 63640c7
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 89 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ standard help for oclif
[![CircleCI](https://circleci.com/gh/oclif/plugin-help/tree/master.svg?style=svg)](https://circleci.com/gh/oclif/plugin-help/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-help?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/plugin-help/branch/master)
[![Codecov](https://codecov.io/gh/oclif/plugin-help/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/plugin-help)
[![Greenkeeper](https://badges.greenkeeper.io/oclif/plugin-help.svg)](https://greenkeeper.io/)
[![Known Vulnerabilities](https://snyk.io/test/npm/@oclif/plugin-help/badge.svg)](https://snyk.io/test/npm/@oclif/plugin-help)
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-help.svg)](https://npmjs.org/package/@oclif/plugin-help)
[![License](https://img.shields.io/npm/l/@oclif/plugin-help.svg)](https://github.com/oclif/plugin-help/blob/master/package.json)
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/command": "^1.5.0",
"@oclif/command": "^1.5.4",
"chalk": "^2.4.1",
"indent-string": "^3.2.0",
"lodash.template": "^4.4.0",
"string-width": "^2.1.1",
"strip-ansi": "^4.0.0",
"strip-ansi": "^5.0.0",
"widest-line": "^2.0.0",
"wrap-ansi": "^4.0.0"
},
"devDependencies": {
"@oclif/config": "^1.7.6",
"@oclif/dev-cli": "^1.17.0",
"@oclif/errors": "^1.2.0",
"@oclif/plugin-legacy": "^1.1.0",
"@oclif/plugin-plugins": "^1.6.2",
"@oclif/config": "^1.8.7",
"@oclif/dev-cli": "^1.19.1",
"@oclif/errors": "^1.2.2",
"@oclif/plugin-legacy": "^1.1.1",
"@oclif/plugin-plugins": "^1.7.2",
"@oclif/test": "^1.2.1",
"@oclif/tslint": "^3.1.0",
"@types/chai": "^4.1.4",
"@oclif/tslint": "^3.1.1",
"@types/chai": "^4.1.6",
"@types/indent-string": "^3.0.0",
"@types/lodash.template": "^4.4.4",
"@types/mocha": "^5.2.5",
"@types/node": "^10.9.4",
"@types/node": "^10.11.7",
"@types/strip-ansi": "^3.0.0",
"@types/wrap-ansi": "^3.0.0",
"chai": "^4.1.2",
"chai": "^4.2.0",
"globby": "^8.0.1",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
"typescript": "^3.1.3"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit 63640c7

Please sign in to comment.