From 87c7ed18f4615da3e28772685364f064e8998a26 Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Sun, 24 Dec 2017 13:41:23 -0700 Subject: [PATCH] Fix wrong badge on README and updated package.json --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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",