Skip to content

Commit

Permalink
update module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 4, 2024
1 parent da92f61 commit a7f4014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentci/bun",
"version": "0.6.13",
"version": "0.6.14",
"exports": "./mod.ts",
"importMap": "import_map.json",
"tasks": {
Expand Down
3 changes: 1 addition & 2 deletions src/dagger/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pipeline from "./pipeline.ts";
import { build, test, run, jobDescriptions } from "./jobs.ts";

export { pipeline, build, test, run, jobDescriptions };
export { build, test, run, jobDescriptions };

0 comments on commit a7f4014

Please sign in to comment.