diff --git a/README.md b/README.md index a389a7f..1b6a43f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ https://breakups-webapp.herokuapp.com/ [![Build Status](https://travis-ci.org/binhonglee/breakups-webapp.svg?branch=master)](https://travis-ci.org/binhonglee/breakups-webapp) -[![Dependency Status](https://gemnasium.com/badges/github.com/binhonglee/Breakups.svg)](https://gemnasium.com/github.com/binhonglee/Breakups) +[![Dependency Status](https://gemnasium.com/badges/github.com/binhonglee/breakups-webapp.svg)](https://gemnasium.com/github.com/binhonglee/breakups-webapp) -Basic webapp that implements the [Breakups API](https://github.com/binhonglee/Breakups) functionality. \ No newline at end of file +Basic webapp that implements the [Breakups API](https://github.com/binhonglee/Breakups) functionality. diff --git a/package.json b/package.json index 73e6b2c..6f5e6ae 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "version": "0.1.0", "private": true, "dependencies": { - "jest-cli": "^21.2.1", + "jest-cli": "^22.0.4", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-scripts": "1.0.16" + "react-scripts": "1.0.17" }, "scripts": { "start": "react-scripts start",