folz / math

The missing Math module for Elixir.
https://hex.pm/packages/math
Other
104 stars 12 forks source link

Fix warnings in mix.exs for 'variable does not exist' #8

Closed smpoulsen closed 7 years ago

smpoulsen commented 7 years ago

This resolves the following warnings:

warning: variable "description" does not exist and is being expanded to "description()", please use parentheses to remove the ambiguity or change the variable name
  mix.exs:8

warning: variable "package" does not exist and is being expanded to "package()", please use parentheses to remove the ambiguity or change the variable name
  mix.exs:9

warning: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
  mix.exs:10
folz commented 7 years ago

Thanks very much!