Skip to content

Commit 4f8aa9e

Browse files
author
Minh Tran
committed
React 15, add license
1 parent 20f800e commit 4f8aa9e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ Example [here](http://codepen.io/vn38minhtran/pen/QjaZrm)
6666
## Example
6767

6868
View [demo](http://vn38minhtran.github.io/react-progress-bar-plus) or example folder.
69+
70+
## License
71+
72+
MIT Licensed. Copyright (c) Minh Tran 2016.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-progress-bar-plus"
1717
],
1818
"peerDependencies": {
19-
"react": "0.13 - 0.14"
19+
"react": "^0.13 || ^0.14 || ^15.0.0"
2020
},
2121
"dependencies": {
2222
"classnames": "^2.1.5"
@@ -55,7 +55,7 @@
5555
"node-sass": "^3.4.2",
5656
"opn": "^4.0.0",
5757
"postcss-loader": "^0.8.0",
58-
"react-dom": "^0.14.3",
58+
"react-dom": "^0.13 || ^0.14 || ^15.0.0",
5959
"react-router": "^2.0.0",
6060
"react-transform-hmr": "^1.0.1",
6161
"run-sequence": "^1.1.5",

0 commit comments

Comments
 (0)