Skip to content

Commit

Permalink
discover package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Nov 4, 2024
1 parent d36896f commit e3dd2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workspace/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ fn resolve_workspace_for_config_folder(
pattern_members,
&deno_json.specifier,
&deno_json.dir_path(),
&["deno.json", "deno.jsonc"],
&["deno.json", "deno.jsonc", "package.json"],
)?;

let mut member_dir_urls =
Expand Down

0 comments on commit e3dd2bb

Please sign in to comment.