diff --git a/bower.json b/bower.json index 00122b0..2ac9880 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "react-notifications", - "version": "1.0.1", + "version": "1.1.0", "description": "Notification component for ReactJS", "main": ["dist/notifications.css", "dist/react-notifications.js"], "keywords": [ diff --git a/package.json b/package.json index 4d79dae..7479d63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-notifications", - "version": "1.0.1", + "version": "1.1.0", "description": "Notification component for ReactJS", "main": "lib/index.js", "scripts": { @@ -15,8 +15,8 @@ "notification" ], "peerDependencies": { - "react": "0.14.x", - "react-addons-css-transition-group": "0.14.x" + "react": "^0.14 || ^15.0.0", + "react-addons-css-transition-group": "^0.14 || ^15.0.0" }, "dependencies": { "classnames": "^2.1.1" @@ -56,7 +56,7 @@ "node-sass": "^3.4.2", "opn": "^4.0.0", "postcss-loader": "^0.8.0", - "react-dom": "^0.14.3", + "react-dom": "^0.14 || ^15.0.0", "react-router": "^2.0.0", "react-transform-hmr": "^1.0.1", "run-sequence": "^1.1.5",