Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/mix/lib/mix/tasks/new.ex
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ defmodule Mix.Tasks.New do
defp deps do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
]
end
end
Expand Down Expand Up @@ -357,7 +357,7 @@ defmodule Mix.Tasks.New do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
# {:sibling_app_in_umbrella, in_umbrella: true},
# {:sibling_app_in_umbrella, in_umbrella: true}
]
end
end
Expand Down Expand Up @@ -475,7 +475,7 @@ defmodule Mix.Tasks.New do
# List all child processes to be supervised
children = [
# Starts a worker by calling: <%= @mod %>.Worker.start_link(arg)
# {<%= @mod %>.Worker, arg},
# {<%= @mod %>.Worker, arg}
]

# See https://hexdocs.pm/elixir/Supervisor.html
Expand Down