File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- # QuickStruct [ ![ Build Status] ( https://travis-ci.org/active-group/quick-struct.svg?branch=master )] ( https://travis-ci.org/active-group/quick-struct )
1
+ # QuickStruct [ ![ Build Status] ( https://travis-ci.org/active-group/quick-struct.svg?branch=master )] ( https://travis-ci.org/active-group/quick-struct ) [ ![ Hex pm ] ( http://img.shields.io/hexpm/v/quick_struct.svg?style=flat )] ( https://hex.pm/packages/quick_struct )
2
2
3
3
Macro to create data structures as structs with less boilerplate.
4
4
Original file line number Diff line number Diff line change @@ -36,15 +36,14 @@ defmodule QuickStruct.MixProject do
36
36
end
37
37
38
38
defp description do
39
- "A macro to create datastructures as structs."
39
+ "A macro to create data structures as structs."
40
40
end
41
41
42
42
defp package do
43
43
[
44
- name: "QuickStruct " ,
44
+ name: "quick_struct " ,
45
45
licenses: [ "MIT" ] ,
46
- files: ~w( lib priv .formatter.exs mix.exs README* readme* LICENSE*
47
- license* CHANGELOG* changelog* src) ,
46
+ files: ~w( lib .formatter.exs mix.exs README* LICENSE*) ,
48
47
links: % { "GitHub" => "https://github.com/active-group/quick-struct" }
49
48
]
50
49
end
You can’t perform that action at this time.
0 commit comments