Skip to content

Commit 93123fd

Browse files
committed
update module exports
1 parent 18106ff commit 93123fd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentci/terraform",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"exports": "./mod.ts",
55
"importMap": "import_map.json",
66
"tasks": {

src/dagger/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import pipeline from "./pipeline.ts";
21
import { init, validate, plan, apply } from "./jobs.ts";
32

4-
export { pipeline, init, validate, plan, apply };
3+
export { init, validate, plan, apply };

0 commit comments

Comments
 (0)