Skip to content

Commit

Permalink
feat: move esbuild to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Sep 3, 2023
1 parent 3e87e13 commit 7d344f4
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/extension/extension_admin_watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
"github.com/spf13/cobra"
"github.com/vulcand/oxy/v2/forward"

"github.com/FriendsOfShopware/shopware-cli/esbuild"
"github.com/FriendsOfShopware/shopware-cli/extension"
"github.com/FriendsOfShopware/shopware-cli/internal/esbuild"
"github.com/FriendsOfShopware/shopware-cli/logging"
)

Expand Down
2 changes: 1 addition & 1 deletion extension/asset_platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"path/filepath"
"strings"

"github.com/FriendsOfShopware/shopware-cli/esbuild"
"github.com/FriendsOfShopware/shopware-cli/internal/esbuild"
"github.com/FriendsOfShopware/shopware-cli/logging"
"github.com/FriendsOfShopware/shopware-cli/version"
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7d344f4

Please sign in to comment.