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 77b57ce commit baf99f1
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 58 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,6 @@ arg and flag parser for oclif
[![CircleCI](https://circleci.com/gh/oclif/parser/tree/master.svg?style=svg)](https://circleci.com/gh/oclif/parser/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/parser?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/parser/branch/master)
[![Codecov](https://codecov.io/gh/oclif/parser/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/parser)
[![Greenkeeper](https://badges.greenkeeper.io/oclif/parser.svg)](https://greenkeeper.io/)
[![Known Vulnerabilities](https://snyk.io/test/npm/@oclif/parser/badge.svg)](https://snyk.io/test/npm/@oclif/parser)
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/parser.svg)](https://npmjs.org/package/@oclif/parser)
[![License](https://img.shields.io/npm/l/@oclif/parser.svg)](https://github.com/oclif/parser/blob/master/package.json)
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -10,21 +10,21 @@
"tslib": "^1.9.3"
},
"devDependencies": {
"@oclif/errors": "^1.2.0",
"@oclif/errors": "^1.2.2",
"@oclif/tslint": "^3.1.0",
"@types/chai": "^4.1.4",
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/nock": "^9.3.0",
"@types/node": "^10.9.4",
"@types/node": "^10.11.7",
"@types/node-notifier": "^0.0.28",
"@types/read-pkg": "^3.0.0",
"chai": "^4.1.2",
"eslint": "^5.5.0",
"chai": "^4.2.0",
"eslint": "^5.7.0",
"eslint-config-oclif": "^3.1.0",
"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

0 comments on commit baf99f1

Please sign in to comment.