mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
566adb7c0a
Deno was using the scope auth for the tarball urls, which is not always correct. We are going to do a release immediately for this issue.
2 lines
135 B
JavaScript
2 lines
135 B
JavaScript
// this is a special package that the test server serves tarballs from the second private registry server
|
|
module.exports = () => 'hi';
|