Skip to content

Commit ac353f1

Browse files
1.0.4 - Change react, react-dom to be peerDependencies
1 parent b906b34 commit ac353f1

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-equalizer",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Pure React Match Height Component",
55
"repository": {
66
"type": "git",
@@ -33,9 +33,11 @@
3333
]
3434
},
3535
"dependencies": {
36-
"lodash.debounce": "^4.0.3",
37-
"react": "^0.14.0",
38-
"react-dom": "^0.14.0"
36+
"lodash.debounce": "^4.0.3"
37+
},
38+
"peerDependencies": {
39+
"react": ">0.14.0",
40+
"react-dom": ">0.14.0"
3941
},
4042
"devDependencies": {
4143
"babel-cli": "^6.5.1",
@@ -45,6 +47,8 @@
4547
"babel-preset-react": "^6.5.0",
4648
"babel-preset-stage-2": "^6.5.0",
4749
"jest-cli": "^0.8.2",
48-
"react-addons-test-utils": "^0.14.7"
50+
"react-addons-test-utils": "^0.14.7",
51+
"react": "^0.14.0",
52+
"react-dom": "^0.14.0"
4953
}
5054
}

0 commit comments

Comments
 (0)