dwyl/quotes

** (File.Error) could not read file "quotes.json": no such file or directory

Closed this issue · 1 comments

When trying to use this in an Elixir project, we see the following error:

** (File.Error) could not read file "quotes.json": no such file or directory

This is because the quotes.json file has not bee explicitly exported.

Todo

  • Add files: ["lib/quotes.ex", "mix.exs", "README.md", "quotes.json"], to package() in mix.exs
  • Publish new version including the file!

Package published to https://hex.pm/packages/quotes/1.0.3 (313802f7f016ba7c301e9ffbb449f97d57358d29db1a314599d3e5485eaa38e5)