SaFrMo / vue3-boardgame

Vue 3 plugin for boardgame.io
5 stars 1 forks source link

make boardgame.io a peerDependency #1

Closed delucis closed 2 years ago

delucis commented 2 years ago

Hey this tooling looks really helpful!

This PR makes boardgame.io a peer rather than direct dependency. This will allow consumers to install a version of boardgame.io of their choice for use with this package rather than pinning the plugin to a specific version.

This will avoid the need to release a new plugin version to keep up with boardgame.io releases — a consumer could just update boardgame.io and the plugin would use the new version.

SaFrMo commented 2 years ago

Love this idea! Thanks for the PR and for the work on boardgame.io, it's an incredible library 😄

delucis commented 2 years ago

Glad you’re enjoying using it! Thanks for the merge.