Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Minh Tran committed Apr 10, 2016
1 parent 596fc93 commit bf7f408
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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": [
Expand Down
8 changes: 4 additions & 4 deletions 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": {
Expand All @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit bf7f408

Please sign in to comment.