diff options
author | Elizabeth <me@liz.coffee> | 2025-06-02 11:14:52 -0700 |
---|---|---|
committer | Elizabeth <me@liz.coffee> | 2025-06-02 11:14:52 -0700 |
commit | 373d9ec700c0097a22cf665a8e33cf48998d1dc2 (patch) | |
tree | 71297ac69177037929e1bfb00b8c71038058acd5 /model | |
parent | 646c5eb11d3b9240f8434163d103a117d30c88c7 (diff) | |
download | ci-373d9ec700c0097a22cf665a8e33cf48998d1dc2.tar.gz ci-373d9ec700c0097a22cf665a8e33cf48998d1dc2.zip |
Minor things
Diffstat (limited to 'model')
-rw-r--r-- | model/deno.json | 2 | ||||
-rw-r--r-- | model/pipeline.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/model/deno.json b/model/deno.json index afd9f22..5f5dacf 100644 --- a/model/deno.json +++ b/model/deno.json @@ -1,5 +1,5 @@ { - "name": "@emprespresso/ci-model", + "name": "@emprespresso/ci_model", "version": "0.1.0", "exports": "./mod.ts" } diff --git a/model/pipeline.ts b/model/pipeline.ts index d7b6435..edc8337 100644 --- a/model/pipeline.ts +++ b/model/pipeline.ts @@ -1,5 +1,5 @@ import { Either, type IEither, isObject } from "@emprespresso/pengueno"; -import { type FetchCodeJob, isJob, type Job } from "@emprespresso/ci-model"; +import { type FetchCodeJob, isJob, type Job } from "@emprespresso/ci_model"; export interface PipelineStage { readonly parallelJobs: Array<Job>; |