Skip to content

Commit 0f0747f

Browse files
committed
Use looser peer deps and fix trailing comma
1 parent 5d4a636 commit 0f0747f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"lodash.throttle": "^3.0.4",
25-
"react-addons-pure-render-mixin": "^0.14.0",
25+
"react-addons-pure-render-mixin": "^0.14.0"
2626
},
2727
"devDependencies": {
2828
"babel-core": "^5.8.25",
@@ -45,8 +45,8 @@
4545
"react-dom": "^0.14.0"
4646
},
4747
"peerDependencies": {
48-
"react": "^0.14.0",
49-
"react-dom": "^0.14.0"
48+
"react": ">=0.14.0",
49+
"react-dom": ">=0.14.0"
5050
},
5151
"keywords": [
5252
"react-component",

0 commit comments

Comments
 (0)