Skip to content

Commit ce0ec81

Browse files
committed
Update igniter_js dependency version in backpex installer to "~> 0.4"
1 parent 131993b commit ce0ec81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/tasks/backpex.install.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if Code.ensure_loaded?(Igniter) do
7272
@impl Igniter.Mix.Task
7373
def info(_argv, _composing_task) do
7474
%Igniter.Mix.Task.Info{
75-
adds_deps: [igniter_js: "~> 0.4.6"],
75+
adds_deps: [igniter_js: "~> 0.4"],
7676
example: __MODULE__.Docs.example(),
7777
schema: [app_js_path: :string, app_css_path: :string, no_layout: :boolean],
7878
defaults: [app_js_path: @default_app_js_path, app_css_path: @default_app_css_path, no_layout: false]

0 commit comments

Comments
 (0)