Skip to content

Commit

Permalink
make react-tools a peer dependency
Browse files Browse the repository at this point in the history
this will save some time bumping versions every time a new version of react is released, fixes petehunt#29
  • Loading branch information
Nathan Hutchision committed Jan 8, 2015
1 parent ecc97d3 commit 1a68fce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
"description": "JSX loader for webpack",
"main": "index.js",
"dependencies": {
"react-tools": ">=0.12.1",
"loader-utils": "^0.2.2"
},
"peerDependencies": {
"react-tools": ">= 0.12.1 < 2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

1 comment on commit 1a68fce

@tomchentw
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.