Skip to content

Commit

Permalink
Adding coveralls badge - updating peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jfusco committed Aug 6, 2016
1 parent 8684447 commit 12b6ac2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# react-tagging-input

[![Build Status][build-image]][build-url]
[![Coverage Status](https://coveralls.io/repos/github/JFusco/react-tagging-input/badge.svg?branch=master)](https://coveralls.io/github/JFusco/react-tagging-input?branch=master)

[![peerDependency Status][peer-dep-image]][peer-dep-url]
[![devDependency Status][dev-dep-image]][dev-dep-url]
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tagging-input",
"version": "1.3.7",
"version": "1.3.8",
"description": "Simple tagging component",
"main": "dist-components/Tags.js",
"license": "MIT",
Expand All @@ -16,13 +16,11 @@
"react",
"tags",
"react component",
"tagging",
"tag input",
"es6"
"tag input"
],
"peerDependencies": {
"react": "^15.2.1",
"react-addons-update": "^15.2.1"
"react": "^15.3.0",
"react-addons-update": "^15.3.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
Expand Down

0 comments on commit 12b6ac2

Please sign in to comment.