-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependency not included as a dependency!! #36
Comments
@peter-mouland - Hey, a few people have asked about this. Here's one comment I made: #9 (comment) about why I originally didn't add it as a dependency. The 2nd time I looked into it, dangrossman wasn't the published author in npm (and the published version on npm was a few versions behind the version I was using in this lib). It looks like @dangrossman is now the published author (https://www.npmjs.com/~dangrossman) and the published version seems to be up-to-date (https://www.npmjs.com/package/bootstrap-daterangepicker); I should now be able to start depending on the npm version and stop using the One thing I did notice from
Not every version is getting published. Sometimes people will log a bug here, and I can |
yeah, that is true - but that is how dependencies work. Any bugs should be reported to the source and referenced here. You can keep your workload down by looking after your own house, then helping out your neighbor with PR's. How many of your bug fixes did you push to the owner of the lib? handy little wrapper all the same though. I'm after one that doesn't rely on jQuery so i can make it isomorphic... looks like i might have to fork Dan's code then fork this wrapper! |
Yeah... I would definitely like to make this follow the principles of React a little better. It started as a quick hack for a project that I figured would help other people. I just published a new version using I'll pull in the React v0.14.0 pull request that someone else submitted, and start depending on the npm version of People that use this lib will have to start using the proper version I guess :) I'll try to publish a changelog or something and update my documentation (which sucks). |
Also, to answer your question about my bugfixes: I didn't push many upstream because not many were needed. I submitted a few before there was a package.json file, and worked on some to make it node ready, but can't remember if there were already open PR's doing similar things. I've also requested a few people that submit PR's here, to submit them upstream instead, so I think a few of those have made it in.... |
cool - a worthwhile update. that's what version numbers are therefore so people should understand. Especially as its a step closer to standard/expected approaches |
Big +1 from me on this. |
I see this uses the great code from https://github.com/dangrossman/bootstrap-daterangepicker
except you do not have it as a dependency!
You should really remove the code from your lib folder and include it within your package.json
The text was updated successfully, but these errors were encountered: