File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,14 @@ defmodule Scenic.Mixfile do
20
20
make_targets: [ "all" ] ,
21
21
make_clean: [ "clean" ] ,
22
22
make_env: make_env ( ) ,
23
- dialyzer: [ plt_add_deps: :transitive , plt_add_apps: [ :mix , :iex ] ] ,
24
- test_coverage: [ tool: ExCoveralls ] ,
25
- preferred_cli_env: [
26
- coveralls: :test ,
27
- "coveralls.html": :test ,
28
- "coveralls.json": :test
29
- ] ,
30
23
name: "Scenic" ,
31
24
description: description ( ) ,
32
25
docs: [
33
26
extras: doc_guides ( ) ,
34
27
main: "welcome" ,
35
- groups_for_modules: groups_for_modules ( )
36
- # source_ref: "v#{@version}",
37
- # source_url: "https://github.com/boydm/scenic",
28
+ groups_for_modules: groups_for_modules ( ) ,
29
+ source_ref: "v#{ @ version } " ,
30
+ source_url: "https://github.com/boydm/scenic" ,
38
31
# homepage_url: "http://kry10.com",
39
32
] ,
40
33
package: [
You can’t perform that action at this time.
0 commit comments