Skip to content

Commit

Permalink
fix(task): make TaskDefinition public
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Nov 15, 2024
1 parent fc0c07d commit 4359d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workspace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ use crate::deno_json::NodeModulesDirParseError;
use crate::deno_json::ParsedTsConfigOptions;
use crate::deno_json::PatchConfigParseError;
use crate::deno_json::PublishConfig;
use crate::deno_json::TaskDefinition;
pub use crate::deno_json::TaskDefinition;
use crate::deno_json::TestConfig;
use crate::deno_json::TsConfigForEmit;
use crate::deno_json::TsConfigType;
Expand Down

0 comments on commit 4359d91

Please sign in to comment.