Explorar el Código

Fix wrong badge on README and updated package.json

master
BinHong Lee hace 6 años
padre
commit
87c7ed18f4
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. +2
    -2
      README.md
  2. +2
    -2
      package.json

+ 2
- 2
README.md Ver fichero

@@ -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 Ver fichero

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


Cargando…
Cancelar
Guardar