-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update version to 1.0.0? #55
Comments
Yes, that dependency will have to be updated. For a 1.0 release I'd really like to see #11 though. We can probably now steal the flags from https://github.com/karma-runner/karma-chrome-launcher/blob/master/index.js#L34 and similar. |
OK, I raised/updated relevant issues on both wct and wct-local to update the launchpad version. |
I'll leave this issue open. Maybe that'll get me to finish the profile support ;) |
👍 |
Rationale: due to the way npm's caret ranges work it is not easy to update
launchpad
in projects using it.E.g.
wct-local
haslaunchpad
as its dependency with version defined as^0.4.4.
. So in order to updatelaunchpad
to0.5.0
(latest release as of Oct 23, 2015) one needs to update deps onwct-local
manually.Alternative solution: re-release
0.5.0
as0.4.10
though personally I'd prefer the1.0.0
aslaunchpad
seems to be production ready.The text was updated successfully, but these errors were encountered: