Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Update package-lock.json #453
Conversation
| @@ -1,30 +1,28 @@ | |||
| { | |||
| "name": "jsperf.com", | |||
| "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", | |||
maxbeatty
Dec 12, 2017
Member
prettier may have nabbed this :/
prettier may have nabbed this :/
| @@ -94,6 +92,28 @@ | |||
| }, | |||
| "snyk": true, | |||
| "now": { | |||
| "alias": "jsperf.com" | |||
| "alias": "jsperf.com", | |||
| "env": { | |||
maxbeatty
Dec 12, 2017
Member
thought this was easier to manage
thought this was easier to manage
mathiasbynens
Dec 12, 2017
Author
Contributor
It totally is! Thanks
It totally is! Thanks
|
Hijacking this branch to debug this |
|
Deploying… |
|
| @@ -15,7 +15,7 @@ exports.register = function (server, options, next) { | |||
| server.expose('set', client.set.bind(client)); | |||
| server.expose('drop', client.drop.bind(client)); | |||
|
|
|||
| client.start(next); | |||
| client.start().then(next).catch(next); | |||
maxbeatty
Dec 12, 2017
Member
catbox client start changed to being promise-based after v7 (oops) hopefully this solves the stall when connecting to rediscover
catbox client start changed to being promise-based after v7 (oops) hopefully this solves the stall when connecting to rediscover
|
That fixes it! |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

No description provided.