Skip to content

Commit

Permalink
Chore: Removed Greenkeeper badge from README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijit945 committed Dec 21, 2019
1 parent 2768cc7 commit 8cf95fd
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 79 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
[![npm latest version](https://img.shields.io/npm/v/@cerner/carbon-graphs/latest.svg)](https://www.npmjs.com/package/@cerner/carbon-graphs)
[![Cerner OSS](https://badgen.net/badge/Cerner/OSS/blue)](https://engineering.cerner.com/open_source/)
[![License](https://badgen.net/badge/license/Apache-2.0/blue)](https://github.com/cerner/carbon-graphs/blob/master/LICENSE)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![dependencies Status](https://david-dm.org/cerner/carbon-graphs/status.svg)](https://david-dm.org/cerner/carbon-graphs)
[![devDependencies Status](https://david-dm.org/cerner/carbon-graphs/dev-status.svg)](https://david-dm.org/cerner/carbon-graphs?type=dev)
[![Bugs](https://img.shields.io/github/issues/cerner/carbon-graphs/bug.svg)](https://github.com/cerner/carbon-graphs/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Abug) [![Greenkeeper badge](https://badges.greenkeeper.io/cerner/carbon-graphs.svg)](https://greenkeeper.io/)
[![Bugs](https://img.shields.io/github/issues/cerner/carbon-graphs/bug.svg)](https://github.com/cerner/carbon-graphs/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Abug)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

Carbon is a graphing library built using D3 visualization library. It provides an API for generating native graphs such as Line and Paired Result graphs based on design standards.

- [Install](#install)
- [Getting Started](#getting-started)
- [Dependencies](#dependencies)
- [Features](#features)
- [Graph types](#graph-types)
- [Graph Settings/Toggles](#graph-settingstoggles)
- [Other highlights](#other-highlights)
- [Resources](#resources)
- [Browser support](#browser-support)
- [Potential features](#potential-features)
- [LICENSE](#license)
- [Install](#install)
- [Getting Started](#getting-started)
- [Dependencies](#dependencies)
- [Features](#features)
- [Graph types](#graph-types)
- [Graph Settings/Toggles](#graph-settingstoggles)
- [Other highlights](#other-highlights)
- [Resources](#resources)
- [Browser support](#browser-support)
- [Potential features](#potential-features)
- [LICENSE](#license)

## Install

Expand Down
102 changes: 38 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"css-loader": "^3.4.0",
"cssnano": "^4.1.7",
"docdash": "^1.1.1",
"eslint": "^6.7.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
Expand Down Expand Up @@ -96,7 +96,7 @@
"prettier": "^1.19.1",
"puppeteer": "^2.0.0",
"rimraf": "^3.0.0",
"semantic-release": "^15.13.31",
"semantic-release": "^15.14.0",
"sinon": "^7.5.0",
"style-loader": "^1.1.1",
"stylelint": "^12.0.0",
Expand Down

0 comments on commit 8cf95fd

Please sign in to comment.