Skip to content

Commit

Permalink
remove priv folder
Browse files Browse the repository at this point in the history
  • Loading branch information
wchenNL committed Mar 2, 2024
1 parent 372e51a commit 32679fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ defmodule EthersKMS.MixProject do
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
name: "Ethers_KMS",
source_url: @source_url,
deps: deps(),
test_coverage: [tool: ExCoveralls],
Expand All @@ -33,7 +32,7 @@ defmodule EthersKMS.MixProject do
licenses: ["Apache-2.0"],
links: %{"GitHub" => @source_url},
maintainers: ["Wen Chen"],
files: ["lib", "priv", "mix.exs", "README*", "LICENSE*", "CHANGELOG*"]
files: ["lib", "mix.exs", "README*", "LICENSE*", "CHANGELOG*"]
]
end

Expand Down

0 comments on commit 32679fb

Please sign in to comment.