-
Notifications
You must be signed in to change notification settings - Fork 984
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
breaking: drop q dependency #860
Conversation
Codecov Report
@@ Coverage Diff @@
## master #860 +/- ##
==========================================
- Coverage 74.52% 74.46% -0.07%
==========================================
Files 13 13
Lines 1680 1676 -4
==========================================
- Hits 1252 1248 -4
Misses 428 428
Continue to review full report at Codecov.
|
Also note that I ignored anything related to the prerequisite PRs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Motivation, Context & Description
Q
dependency fromcordova-ios
Q.progress
calls which is available fromsuperspawn
.Requires PR #851 & #859
Testing
npm t
Checklist