Skip to content

Commit

Permalink
feat(task): add head command (#20998)
Browse files Browse the repository at this point in the history
Adds a built-in `head` command to deno task:

denoland/deno_task_shell#93
  • Loading branch information
dsherret authored Oct 28, 2023
1 parent e6ff84c commit daf9756
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ deno_lockfile.workspace = true
deno_npm = "0.15.2"
deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "exclude_runtime_main_js", "include_js_files_for_snapshotting"] }
deno_semver = "0.5.1"
deno_task_shell = "=0.13.2"
deno_task_shell = "=0.14.0"
eszip = "=0.55.2"
napi_sym.workspace = true

Expand Down

0 comments on commit daf9756

Please sign in to comment.