diff --git a/README.md b/README.md index 90b1fa0..5ae6938 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # frint-react-native [![npm](https://img.shields.io/npm/v/frint-react-native.svg)](https://www.npmjs.com/package/frint-react-native) [![Build Status](https://img.shields.io/travis/frintjs/frint-react-native/master.svg)](https://travis-ci.org/frintjs/frint-react-native) [![License](https://img.shields.io/github/license/frintjs/frint-react-native.svg)](https://github.com/frintjs/frint-react-native/blob/master/LICENSE) +[![Greenkeeper badge](https://badges.greenkeeper.io/frintjs/frint-react-native.svg)](https://greenkeeper.io/) + > React Native integration for FrintJS. ## Install diff --git a/package.json b/package.json index 3e0ef1f..68c961f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/frintjs/frint-react-native#readme", "devDependencies": { "eslint": "^4.9.0", - "frint": "^3.2.1", - "frint-react": "^3.2.1" + "frint": "^4.1.0", + "frint-react": "^4.1.0" } }