Skip to content

Commit

Permalink
fix(dev-cli): removing hostArgs import as it was replaced with bundle…
Browse files Browse the repository at this point in the history
…rArgs
  • Loading branch information
PeterFarber committed Sep 26, 2024
1 parent baf8b06 commit d4025e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-cli/src/commands/publish.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* global Deno */

import { Command, basename, resolve, parse } from '../deps.js'
import { hostArgs, bundlerArgs, tagsArg } from '../utils.js'
import { bundlerArgs, tagsArg } from '../utils.js'
import { VERSION } from '../versions.js'

function walletArgs (wallet) {
Expand Down

0 comments on commit d4025e4

Please sign in to comment.