diff --git a/package.json b/package.json index abe3e3d..3f92257 100644 --- a/package.json +++ b/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": { @@ -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" } }