Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
fix: import/export workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Apr 5, 2021
1 parent ec099da commit 58d4f8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions console/bumper_ci_service.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { BumperService } from "https://raw.githubusercontent.com/drashland/services/v0.2.1/mod.ts";
export { BumperService };

import {
bumpDependencyFiles,
bumpVersionFiles,
Expand Down
2 changes: 1 addition & 1 deletion console/bumper_ci_service_files.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BumperService } from "https://raw.githubusercontent.com/drashland/services/master/ci/bumper_service.ts";
import { BumperService } from "./bumper_ci_service.ts";

export const regexes = {
// deno-lint-ignore camelcase
Expand Down

0 comments on commit 58d4f8e

Please sign in to comment.