playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
663 stars 62 forks source link

`@playcanvas/observer` should be a dependency of `@playcanvas/pcui` #255

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

Currently, @playcanvas/observer is a dev dependency of @playcanvas/pcui. This means that you need to explicitly add @playcanvas/observer to your package.json if you want to use @playcanvas/pcui. To remove this requirement, we can simply move @playcanvas/observer into the dependencies section of PCUI's package.json.