mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-04-24 04:15:55 +08:00
Change peerDeps to allow React 15/16 and remove react-dom (#66)
This commit is contained in:
committed by
Danilo Woznica
parent
14a7d89dc3
commit
4c801f2cba
@@ -65,8 +65,7 @@
|
||||
"uuid": "^3.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^15.6.1",
|
||||
"react-dom": "^15.6.1"
|
||||
"react": "^15.0.0-0 || ^16.0.0-0"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.6.1"
|
||||
|
||||
Reference in New Issue
Block a user