-
Notifications
You must be signed in to change notification settings - Fork 126
Update package-lock.json #453
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
Conversation
package.json
Outdated
| "version": "2.0.0", | ||
| "description": "jsPerf aims to provide an easy way to create and share test cases, comparing the performance of different JavaScript snippets by running benchmarks", | ||
| "description": | ||
| "jsPerf aims to provide an easy way to create and share test cases, comparing the performance of different JavaScript snippets by running benchmarks", |
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.
prettier may have nabbed this :/
| "now": { | ||
| "alias": "jsperf.com" | ||
| "alias": "jsperf.com", | ||
| "env": { |
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.
thought this was easier to manage
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.
It totally is! Thanks
|
Hijacking this branch to debug this 😈 will you try to deploy this branch to now? should have more insight into why it isn't starting up with these changes |
|
Deploying… |
|
| server.expose('drop', client.drop.bind(client)); | ||
|
|
||
| client.start(next); | ||
| client.start().then(next).catch(next); |
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.
catbox client start changed to being promise-based after v7 (oops) hopefully this solves the stall when connecting to rediscover
|
That fixes it! ♥ |
No description provided.