Skip to content

Commit 9c33b04

Browse files
committed
[INTERNAL] Add and update badges
- Add dependency status badges - Replace npm version badge with a more reliable one (shields.io kept on showing "invalid")
1 parent 167cca9 commit 9c33b04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
> Part of the [UI5 Build and Development Tooling](https://github.com/SAP/ui5-tooling)
66
77
[![Travis CI Build Status](https://travis-ci.org/SAP/ui5-builder.svg?branch=master)](https://travis-ci.org/SAP/ui5-builder)
8-
[![npm Package Version](https://img.shields.io/npm/v/@ui5/builder.svg)](https://www.npmjs.com/package/@ui5/builder)
8+
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Fbuilder.svg)](https://www.npmjs.com/package/@ui5/builder)
99
[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-builder/badge.svg)](https://coveralls.io/github/SAP/ui5-builder)
1010
[![Greenkeeper badge](https://badges.greenkeeper.io/SAP/ui5-builder.svg)](https://greenkeeper.io/)
11+
[![Dependency Status](https://david-dm.org/SAP/ui5-builder/master.svg)](https://david-dm.org/SAP/ui5-builder/master)
12+
[![devDependency Status](https://david-dm.org/SAP/ui5-builder/master/dev-status.svg)](https://david-dm.org/SAP/ui5-builder/master#info=devDependencies)
1113

1214
**This is a Pre-Alpha release!**
1315
**The UI5 Build and Development Tooling described here is not intended for productive use yet. Breaking changes are to be expected.**

0 commit comments

Comments
 (0)