Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

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 971cf53 commit 43b4076
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 62 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 @@ display friendly CLI errors and log to error log
[![CircleCI](https://circleci.com/gh/oclif/errors/tree/master.svg?style=svg)](https://circleci.com/gh/oclif/errors/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/errors?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/errors/branch/master)
[![Codecov](https://codecov.io/gh/oclif/errors/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/errors)
[![Greenkeeper](https://badges.greenkeeper.io/oclif/errors.svg)](https://greenkeeper.io/)
[![Known Vulnerabilities](https://snyk.io/test/npm/@oclif/errors/badge.svg)](https://snyk.io/test/npm/@oclif/errors)
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/errors.svg)](https://npmjs.org/package/@oclif/errors)
[![License](https://img.shields.io/npm/l/@oclif/errors.svg)](https://github.com/oclif/errors/blob/master/package.json)
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
"clean-stack": "^1.3.0",
"fs-extra": "^7.0.0",
"indent-string": "^3.2.0",
"strip-ansi": "^4.0.0",
"strip-ansi": "^5.0.0",
"wrap-ansi": "^4.0.0"
},
"devDependencies": {
"@oclif/tslint": "^3.1.0",
"@types/chai": "^4.1.4",
"@types/chai": "^4.1.6",
"@types/clean-stack": "^1.3.0",
"@types/fs-extra": "^5.0.4",
"@types/indent-string": "^3.0.0",
"@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",
"chalk": "^2.4.1",
"fancy-test": "^1.4.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 43b4076

Please sign in to comment.