mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(npm): do not "npm install" when npm specifier happens to match package.json entry (#18660)
This commit is contained in:
parent
805214626f
commit
8820f6e922
8 changed files with 92 additions and 41 deletions
|
@ -11,6 +11,7 @@ pub mod fs;
|
|||
pub mod logger;
|
||||
pub mod path;
|
||||
pub mod progress_bar;
|
||||
pub mod sync;
|
||||
pub mod text_encoding;
|
||||
pub mod time;
|
||||
pub mod unix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue