소스 검색

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


불러오는 중...
취소
저장