浏览代码

Fix wrong badge on README and updated package.json

master
BinHong Lee 6 年前
父节点
当前提交
87c7ed18f4
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. +2
    -2
      README.md
  2. +2
    -2
      package.json

+ 2
- 2
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.
Basic webapp that implements the [Breakups API](https://github.com/binhonglee/Breakups) functionality.

+ 2
- 2
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",


正在加载...
取消
保存