Skip to content

Commit

Permalink
Update dependencies to enable Greenkeeper 🌴 (#182)
Browse files Browse the repository at this point in the history
Adding greenkeeper
  • Loading branch information
greenkeeper[bot] authored and alexreardon committed Nov 20, 2017
1 parent ecdab86 commit 3e8f562
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ deploy:
branch: master
tags: true
repo: atlassian/react-beautiful-dnd
# Used for updating lock file
env:
global:
secure: CfvbcPdIVezyCyihoDFMernw44IKIqrjMsuJ0GbOSqeOTbKnsjLW/aNBj3r+jlnokS4OLRPEyFfCYyjEj8683Qqi3ElAAMDAHNS7YB9oK1nWd3w4FclHaATtBsE5CWquf6oli0jz58/0WxEyfcojEUYb2/4UQK+1w3W6oyQG9vO6wdPOh5gsotvJGEH7sMGeSVoVSdBgeYxlu1oGEoYObagOkaJfxhCON2BmhlMez8r+wcvtNYT930tfSXfmr9uToNzxkv45ltphbnLeIx/DrmaMEUOllzjQvvyN3ycJjtZKVP/dneCEpfziA98XpbRLPWGcFlPH8rZ53fAhAmUoHKZ9D7owrMx+h+BDU9YQso2cJOBruu3emPfy/clEWJeSr3cDLukcH/EaPw85KsVYhBvf4lsj3tZDfZ7RdkEyWtPcKMDc1PikabOHgETvXyBy+QMTe4rffRnlJypaBMzWiefiJ8MoyhJeKQcv0L5RCzXsTkHf3vtR4NyajM0mdJN5KwcjqLIoFDnv1+MhMnHpAweEUJh4nHLtNVJ3Irzq+A9cNMrsGWoDKYXUh53HFoDqexRf9dOhustp7pGazIgrhUDUyBlvpWnegvcSd57VavEswGpevii6D6o/3CNS+Qceo74J/e+7sbeG70Gnvuz1Y6BaG+SsxtUGU/FmGDjKSbQ=
# Required for lock file generation
# https://github.com/greenkeeperio/greenkeeper-lockfile
before_install: yarn global add greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

Beautiful, accessible drag and drop for lists with [`React.js`](https://facebook.github.io/react/)

[![Build Status](https://travis-ci.org/atlassian/react-beautiful-dnd.svg?branch=master)](https://travis-ci.org/atlassian/react-beautiful-dnd) [![dependencies](https://david-dm.org/atlassian/react-beautiful-dnd.svg)](https://david-dm.org/atlassian/react-beautiful-dnd) [![SemVer](https://img.shields.io/badge/SemVer-2.0.0-brightgreen.svg)](http://semver.org/spec/v2.0.0.html)
[![npm](https://img.shields.io/npm/v/react-beautiful-dnd.svg)](https://www.npmjs.com/package/react-beautiful-dnd)
[![Build Status](https://travis-ci.org/atlassian/react-beautiful-dnd.svg?branch=master)](https://travis-ci.org/atlassian/react-beautiful-dnd) [![npm](https://img.shields.io/npm/v/react-beautiful-dnd.svg)](https://www.npmjs.com/package/react-beautiful-dnd) [![dependencies](https://david-dm.org/atlassian/react-beautiful-dnd.svg)](https://david-dm.org/atlassian/react-beautiful-dnd) [![Greenkeeper badge](https://badges.greenkeeper.io/atlassian/react-beautiful-dnd.svg)](https://greenkeeper.io/) [![SemVer](https://img.shields.io/badge/SemVer-2.0.0-brightgreen.svg)](http://semver.org/spec/v2.0.0.html)

![example](https://raw.githubusercontent.com/alexreardon/files/master/resources/dnd.small.gif?raw=true)

Expand Down

0 comments on commit 3e8f562

Please sign in to comment.