We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf1e6f commit d805868Copy full SHA for d805868
.changeset/tidy-trees-rhyme.md
@@ -0,0 +1,5 @@
1
+---
2
+"elixir-sdk": patch
3
4
+
5
+Add native/core_sdk to package.files
elixir-sdk/mix.exs
@@ -49,7 +49,8 @@ defmodule EppoSdk.MixProject do
49
"GitHub" => "https://github.com/Eppo-exp/eppo-multiplatform/tree/main/elixir-sdk",
50
"Eppo" => "https://www.geteppo.com",
51
"Documentation" => "https://docs.geteppo.com/sdks/server-sdks/"
52
- }
+ },
53
+ files: ~w(lib native/sdk_core mix.exs README.md LICENSE)
54
]
55
end
56
0 commit comments