Skip to content

Commit

Permalink
Merge pull request #1023 from permaweb/peterfarber/dev-cli-fixes
Browse files Browse the repository at this point in the history
fix(dev-cli): removing hostArgs import as it was replaced with bundlerArgs
  • Loading branch information
twilson63 authored Sep 26, 2024
2 parents baf8b06 + d4025e4 commit 4dd83e3
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 4dd83e3

Please sign in to comment.