We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37261f8 commit 9bdf090Copy full SHA for 9bdf090
mix.exs
@@ -82,10 +82,9 @@ defmodule Prima.MixProject do
82
exclude_patterns: [
83
"lib/prima_web.ex",
84
"lib/prima_web",
85
- "priv/static",
86
"priv/code_examples"
87
],
88
- files: ~w(lib priv/static/assets/prima.js mix.exs README.md LICENSE .formatter.exs)
+ files: ~w(lib priv/static/assets/prima.js mix.exs README.md LICENSE package.json)
89
]
90
end
91
0 commit comments