Skip to content

Commit

Permalink
include package.json in hex package
Browse files Browse the repository at this point in the history
so version is correctly reported for dependencies
  • Loading branch information
magnetised committed Jan 16, 2025
1 parent b0445ac commit 0b34953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sync-service/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ defmodule Electric.MixProject do
links: %{
"Electric SQL" => "https://electric-sql.com",
"Github" => @github_repo
}
},
files: ~w(lib .formatter.exs mix.exs README.md CHANGELOG.md LICENSE package.json)
]
end

Expand Down

0 comments on commit 0b34953

Please sign in to comment.