Skip to content

Commit f6a17e7

Browse files
committed
Merge pull request #21 from Panya/react-15
Update peerDependencies to support React 15
2 parents 580c69c + 3e2f15e commit f6a17e7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
},
2626
"homepage": "https://github.com/ShinyChang/react-text-truncate",
2727
"devDependencies": {
28+
"react": "^0.14.7",
29+
"react-dom": "^0.14.7",
2830
"babel-cli": "^6.5.2",
2931
"babel-core": "^6.7.4",
3032
"babel-loader": "^6.2.4",
@@ -43,11 +45,7 @@
4345
"webpack-hot-middleware": "^2.10.0"
4446
},
4547
"peerDependencies": {
46-
"react": "^0.14.7",
47-
"react-dom": "^0.14.7"
48-
},
49-
"dependencies": {
50-
"react": "^0.14.7",
51-
"react-dom": "^0.14.7"
48+
"react": "^0.14.7 || ^15.0.0",
49+
"react-dom": "^0.14.7 || ^15.0.0"
5250
}
5351
}

0 commit comments

Comments
 (0)