Fork me on GitHub
#cljsjs
<
2016-10-11
>
mikebelanger19:10:34

I need some advice on a cljsjs package I have. What’s a good rule-of-thumb for knowing when to submit your cljsjs package in a PR?

mikebelanger19:10:02

Come to think of it, there can’t be any hard and fast rules about this. My package appears stable, and usable. I’ll just submit a PR then..

mac21:10:29

I have created a cljsjs package for pouchdb-authentication which I believe is working correctly but I am having trouble testing it. It is a plugin for the pouchdb package and adds methods to the PouchDB object but I am having trouble activating it, as just requiring it doesn't add the methods. Any ideas?