Skip to content

Commit

Permalink
react to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Dec 3, 2015
1 parent ad87145 commit 802a053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"react-progress-button.js",
"react-progress-button.css"
],
"version": "2.0.0",
"version": "3.0.0",
"homepage": "https://github.com/mathieudutour/react-progress-button",
"description": "Simple react.js component for a inline progress indicator",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-progress-button",
"version": "2.0.0",
"version": "3.0.0",
"description": "Simple react.js component for a inline progress indicator",
"main": "react-progress-button.js",
"dependencies": {
"peerDependencies": {
"react": "0.x"
},
"scripts": {},
Expand Down

0 comments on commit 802a053

Please sign in to comment.