Skip to content

Commit

Permalink
chore: fix publish (#27612)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jan 9, 2025
1 parent e842e5a commit d15a95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolvers/npm_cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-trait.workspace = true
base64.workspace = true
boxed_error.workspace = true
deno_cache_dir.workspace = true
deno_error.workspace = true
deno_error = { workspace = true, features = ["serde", "serde_json", "tokio"] }
deno_npm.workspace = true
deno_path_util.workspace = true
deno_semver.workspace = true
Expand Down

0 comments on commit d15a95e

Please sign in to comment.