Skip to content

Commit 0507ea1

Browse files
committed
Use Badgen badges instead of Shields.io
1 parent aafeacd commit 0507ea1

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# react-native-version [![Build Status](https://travis-ci.org/stovmascript/react-native-version.svg?branch=master)](https://travis-ci.org/stovmascript/react-native-version) [![npm](https://img.shields.io/npm/v/react-native-version.svg)](https://www.npmjs.com/package/react-native-version) [![npm](https://img.shields.io/npm/dm/react-native-version.svg)](https://www.npmjs.com/package/react-native-version)
1+
# react-native-version
22

3-
Seamlessly shadows the behaviour of [`npm version`](https://docs.npmjs.com/cli/version).
3+
![license](https://badgen.net/github/license/stovmascript/react-native-version)
4+
[![npm](https://badgen.net/npm/v/react-native-version)](https://www.npmjs.com/package/react-native-version)
5+
[![travis](https://badgen.net/travis/stovmascript/react-native-version)](https://travis-ci.org/stovmascript/react-native-version)
6+
![david](https://badgen.net/david/dep/stovmascript/react-native-version)
7+
8+
> Seamlessly shadows the behaviour of [`npm version`](https://docs.npmjs.com/cli/version).
49
510
## npm-scripts hook (automatic method)
611

@@ -185,7 +190,7 @@ When running `react-native link` on Windows, native modules will be linked in yo
185190

186191
## See also
187192

188-
* [agvtool](https://developer.apple.com/library/content/qa/qa1827/_index.html)
189-
* [npm-version](https://docs.npmjs.com/cli/version)
190-
* [Semantic Versioning (semver)](http://semver.org/)
191-
* [ionic-version](https://github.com/stovmascript/ionic-version)
193+
- [agvtool](https://developer.apple.com/library/content/qa/qa1827/_index.html)
194+
- [npm-version](https://docs.npmjs.com/cli/version)
195+
- [Semantic Versioning (semver)](http://semver.org/)
196+
- [ionic-version](https://github.com/stovmascript/ionic-version)

0 commit comments

Comments
 (0)