chenglou / react-treeview

Easy, light, flexible tree view made with React.
1.09k stars 165 forks source link

Move React from dependencies to peerDependencies #20

Closed bjrmatos closed 9 years ago

bjrmatos commented 9 years ago

Currently when i build/bundle my app i get two versions of React.. this causes a lot of bugs :(

bjrmatos commented 9 years ago

maybe

"peerDependencies": ">=0.12.x <0.13"
chenglou commented 9 years ago

Aaah it's been a while! Not sure what's the norm now though, thought peerDependencies were discouraged still.

chenglou commented 9 years ago

Fixed.

bjrmatos commented 9 years ago

Thnks :)