Skip to content

Commit

Permalink
Add React 0.14 in peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Delpoux committed Oct 19, 2015
1 parent f4e4cf3 commit e832e4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.0

* Added : React in peer dependency

## 1.0.0

* Initial release
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-svg-piechart",
"version": "1.0.0",
"version": "1.1.0",
"description": "A lightweight responsive pie chart component for React using only SVG",
"repository": {
"type": "git",
Expand All @@ -24,8 +24,8 @@
"files": [
"lib"
],
"dependencies": {
"react": "^0.13.1"
"peerDependencies": {
"react": "^0.14.0"
},
"devDependencies": {
"babel": "^5.4.5",
Expand Down

0 comments on commit e832e4e

Please sign in to comment.