Skip to content

Commit

Permalink
add npm version to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Jul 14, 2016
1 parent fc26a23 commit 01e5a0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# react-native-crypto

[![Build Status](https://travis-ci.org/saulshanabrook/react-native-crypto.svg?branch=master)](https://travis-ci.org/saulshanabrook/react-native-crypto)
[![Build Status](https://saucelabs.com/browser-matrix/sshanabrook.svg)](https://saucelabs.com/beta/builds/e5a789ac690b406aaa3494e42a093d3c)
[![npm](https://img.shields.io/npm/v/npm.svg?maxAge=2592000?style=flat-square)](https://www.npmjs.com/package/react-native-crypto)
[![Dependency Status](https://dependencyci.com/github/saulshanabrook/react-native-crypto/badge)](https://dependencyci.com/github/saulshanabrook/react-native-crypto)

[![Build Status](https://saucelabs.com/browser-matrix/sshanabrook.svg)](https://saucelabs.com/beta/builds/e5a789ac690b406aaa3494e42a093d3c)


This brings `window.Crypto` to your React Native application. It does this
by communicating with a hidden WebView, which performs the actual
computation.
Expand Down

0 comments on commit 01e5a0e

Please sign in to comment.