We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82f6d8 commit 1786717Copy full SHA for 1786717
mix.exs
@@ -3,7 +3,7 @@ defmodule GitPair.MixFile do
3
4
def project do
5
[
6
- app: :"git-pair",
+ app: :git_pair,
7
description: "Automatically adds Co-authored-by mark to commits when you're pairing",
8
version: "0.2.0",
9
elixir: "~> 1.10",
@@ -34,7 +34,11 @@ defmodule GitPair.MixFile do
34
end
35
36
def escript do
37
- [main_module: GitPair.CLI]
+ [
38
+ main_module: GitPair.CLI,
39
+ name: "git-pair",
40
+ path: "git-pair"
41
+ ]
42
43
44
defp package do
0 commit comments