Skip to content

Commit 12b6ac2

Browse files
author
jfusco
committed
Adding coveralls badge - updating peer dependencies
1 parent 8684447 commit 12b6ac2

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# react-tagging-input
22

33
[![Build Status][build-image]][build-url]
4+
[![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)
45

56
[![peerDependency Status][peer-dep-image]][peer-dep-url]
67
[![devDependency Status][dev-dep-image]][dev-dep-url]

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tagging-input",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "Simple tagging component",
55
"main": "dist-components/Tags.js",
66
"license": "MIT",
@@ -16,13 +16,11 @@
1616
"react",
1717
"tags",
1818
"react component",
19-
"tagging",
20-
"tag input",
21-
"es6"
19+
"tag input"
2220
],
2321
"peerDependencies": {
24-
"react": "^15.2.1",
25-
"react-addons-update": "^15.2.1"
22+
"react": "^15.3.0",
23+
"react-addons-update": "^15.3.0"
2624
},
2725
"devDependencies": {
2826
"babel-cli": "^6.10.1",

0 commit comments

Comments
 (0)