1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/registry/npm/@denotest/non-existent-optional-peer/1.0.0
Nathan Whitaker 1e261c9756
fix: Update deno_npm to fix deno install with crossws (#25837)
Partially addresses https://github.com/denoland/deno/issues/25648.

This allows packages that use `crossws` to be installed with `deno
install`. `crossws` specifies an optional peer dependency on
`uWebSockets`, but `uWebSockets` is not on npm (it is used with `git:`
or `github:` specifiers). Previously we would error on this, now we
don't error on non-existent optional peer dependencies.
2024-09-24 02:12:48 +00:00
..
index.js fix: Update deno_npm to fix deno install with crossws (#25837) 2024-09-24 02:12:48 +00:00
package.json fix: Update deno_npm to fix deno install with crossws (#25837) 2024-09-24 02:12:48 +00:00