Skip to content

Commit

Permalink
Use peerDependencies to specify the react versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Sep 21, 2016
1 parent 223630f commit 085711a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-numeric-input",
"version": "2.0.5",
"version": "2.0.6",
"description": "Number input component that can replace the native number input which is not yet very well supported and where it is, it does not have the same appearance across the browsers. Additionally this component offers more flexible options and can be used for any values (differently formatted representations of the internal numeric value).",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -54,11 +54,12 @@
"karma-webpack": "^1.7.0",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"webpack": "^1.12.2"
},
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
"peerDependencies": {
"react": ">=0.14.0 || ^15.2.1"
}
}

0 comments on commit 085711a

Please sign in to comment.