netbeast / react-native-ssdp

SSDP client + server to use in your react-native apps
https://netbeast.co
41 stars 19 forks source link

Publish version 2.8.2 to npm #16

Closed nim23 closed 7 years ago

nim23 commented 7 years ago

Hi there,

I was wondering if you would be able to publish the latest version 2.8.2 to npm. Plus thanks for open sourcing this lib.

Nimesh

jsdario commented 7 years ago

Just did!

Thanks for the reminder. Normally I'd just use packages pointing at their repo master branch, to avoid using older versions.

Like this in your package.json:

react-native-ssdp": "netbeast/react-native-ssdp"
nim23 commented 7 years ago

That was quick. Thanks. Going to try your tip on going forward.