Skip to content

Commit

Permalink
refactor(globby): adjusted import to account for breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Nov 17, 2023
1 parent 14fc6c0 commit d18677f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/glob-assets.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from "path";
import { isPlainObject, castArray, uniqWith, uniq } from "lodash-es";
import dirGlob from "dir-glob";
import globby from "globby";
import {globby} from "globby";
import _debug from "debug";
const debug = _debug("semantic-release:gitlab");

Expand Down

0 comments on commit d18677f

Please sign in to comment.