Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Sep 19, 2023
1 parent 1c63371 commit cd2d14a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { ROOT_DIR } from "#root";
import electron from "electron/package.json" assert { type: "json" };
import semver from "semver";
import { log } from "#lib/logger.js";
import { exec } from "#lib/commands.js";

export const electronVersion = semver.major(electron.version);
export const githubOrganizationScope = "@hackolade";
Expand Down

0 comments on commit cd2d14a

Please sign in to comment.