Skip to content

Commit

Permalink
Forgot to expose EmailAddress module
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSStewart committed May 16, 2021
1 parent 011c374 commit fa0570e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"name": "MartinSStewart/send-grid",
"summary": "Send emails with the Send Grid API. Only useful for server-side Elm.",
"license": "MIT",
"version": "4.0.0",
"version": "4.1.0",
"exposed-modules": [
"SendGrid",
"EmailAddress",
"Email.Html",
"Email.Html.Attributes"
],
Expand Down

0 comments on commit fa0570e

Please sign in to comment.