Skip to content

Commit

Permalink
Update dependencies to enable Greenkeeper 🌴 (#41)
Browse files Browse the repository at this point in the history
* chore(package): update dependencies

* docs(readme): add Greenkeeper badge
  • Loading branch information
greenkeeper[bot] authored and st0ffern committed Oct 19, 2017
1 parent 8836014 commit 97e1603
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# react-native-image-cropper ![](https://img.shields.io/npm/v/react-native-image-cropper.svg) ![](https://img.shields.io/badge/gl--react->= 2.1-05F561.svg) ![](https://img.shields.io/badge/gl--react--native->= 2.28.0-05F561.svg) ![](https://img.shields.io/badge/gl--react--native->= 2.28.0-05F561.svg)

[![Greenkeeper badge](https://badges.greenkeeper.io/stoffern/react-native-image-cropper.svg)](https://greenkeeper.io/)

This Image cropper is based on the gl-react-native [library](https://github.com/ProjectSeptemberInc/gl-react-native)

![Cropping View](https://media.giphy.com/media/l46CDga4bxZccVxWU/giphy.gif)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"homepage": "https://github.com/stoffern/react-native-image-cropper#readme",
"dependencies": {
"gl-react": "^2.2.8",
"gl-react-image": "0.0.2",
"gl-react-image": "3.1.0",
"gl-react-native": "^2.38.0"
},
"devDependencies": {
"cz-conventional-changelog": "^1.2.0",
"eslint": "^3.11.1",
"eslint-plugin-react": "^6.7.1",
"semantic-release": "^6.3.2"
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.8.0",
"eslint-plugin-react": "^7.4.0",
"semantic-release": "^8.0.3"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 97e1603

Please sign in to comment.