Skip to content

Commit

Permalink
Use Badgen badges instead of Shields.io
Browse files Browse the repository at this point in the history
  • Loading branch information
stovmascript committed Feb 24, 2019
1 parent aafeacd commit 0507ea1
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 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)
# react-native-version

Seamlessly shadows the behaviour of [`npm version`](https://docs.npmjs.com/cli/version).
![license](https://badgen.net/github/license/stovmascript/react-native-version)
[![npm](https://badgen.net/npm/v/react-native-version)](https://www.npmjs.com/package/react-native-version)
[![travis](https://badgen.net/travis/stovmascript/react-native-version)](https://travis-ci.org/stovmascript/react-native-version)
![david](https://badgen.net/david/dep/stovmascript/react-native-version)

> Seamlessly shadows the behaviour of [`npm version`](https://docs.npmjs.com/cli/version).
## npm-scripts hook (automatic method)

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

## See also

* [agvtool](https://developer.apple.com/library/content/qa/qa1827/_index.html)
* [npm-version](https://docs.npmjs.com/cli/version)
* [Semantic Versioning (semver)](http://semver.org/)
* [ionic-version](https://github.com/stovmascript/ionic-version)
- [agvtool](https://developer.apple.com/library/content/qa/qa1827/_index.html)
- [npm-version](https://docs.npmjs.com/cli/version)
- [Semantic Versioning (semver)](http://semver.org/)
- [ionic-version](https://github.com/stovmascript/ionic-version)

0 comments on commit 0507ea1

Please sign in to comment.