Skip to content

Commit

Permalink
Update circle.yml with greenkeeper-lockfile and add dependencies badg…
Browse files Browse the repository at this point in the history
…es to the readme
  • Loading branch information
negativetwelve committed Aug 11, 2017
1 parent b8d9ca0 commit 527ecb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# react-native-package-showcase

[![Greenkeeper badge](https://badges.greenkeeper.io/negativetwelve/react-native-package-showcase.svg)](https://greenkeeper.io/)

[![npm](https://img.shields.io/npm/v/react-native-package-showcase.svg)](https://www.npmjs.com/package/react-native-package-showcase)
[![npm](https://img.shields.io/npm/dt/react-native-package-showcase.svg)](https://www.npmjs.com/package/react-native-package-showcase)
[![npm](https://img.shields.io/npm/l/react-native-package-showcase.svg)](https://github.com/negativetwelve/react-native-package-showcase/blob/master/LICENSE)
[![CircleCI branch](https://img.shields.io/circleci/project/github/negativetwelve/react-native-package-showcase/master.svg)](https://circleci.com/gh/negativetwelve/react-native-package-showcase)
[![Build Status](https://travis-ci.org/negativetwelve/react-native-package-showcase.svg?branch=master)](https://travis-ci.org/negativetwelve/react-native-package-showcase)
[![Coverage Status](https://coveralls.io/repos/github/negativetwelve/react-native-package-showcase/badge.svg?branch=master)](https://coveralls.io/github/negativetwelve/react-native-package-showcase?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/negativetwelve/react-native-package-showcase.svg)](https://greenkeeper.io/)
[![dependencies Status](https://david-dm.org/negativetwelve/react-native-package-showcase/master/status.svg)](https://david-dm.org/negativetwelve/react-native-package-showcase/master)
[![devDependencies Status](https://david-dm.org/negativetwelve/react-native-package-showcase/master/status.svg)](https://david-dm.org/negativetwelve/react-native-package-showcase/master#info=devDependencies)

RNPackages is an application that contains many, many packages from the community. The purpose of this app is to show how a particular module is added to an app, to test `react-native link` commands, and to make sure packages are kept up-to-date.

Expand Down
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ machine:
dependencies:
cache_directories:
- ~/.cache/yarn
pre:
- yarn global add greenkeeper-lockfile@1
- greenkeeper-lockfile-update
override:
- yarn
post:
- greenkeeper-lockfile-upload

test:
pre:
Expand Down

0 comments on commit 527ecb8

Please sign in to comment.