Skip to content

Commit

Permalink
fix: remove some import modules
Browse files Browse the repository at this point in the history
  • Loading branch information
badele committed Nov 16, 2023
1 parent 32607d1 commit 6357632
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ BROWSER := "chromium"
rm -rf ./.coverage
deno test --doc --unstable --allow-all --parallel --coverage=./.coverage --trace-ops

# Execute some CI task
ci: lint fmt coverage

# Lint code
@lint:
deno lint
Expand Down
2 changes: 0 additions & 2 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export * from "./src/cfwf.ts";
export * from "./src/table.ts";
export * from "./src/cfwf_reader.ts";
export * from "./src/cfwf_writer.ts";
export * from "./src/types.ts";

0 comments on commit 6357632

Please sign in to comment.