mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Formatting
This commit is contained in:
parent
f513892bb6
commit
3df2f6e614
2 changed files with 4 additions and 4 deletions
|
|
@ -9,13 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Changed
|
||||
|
||||
- Updated :nodejs to `3.1`
|
||||
- Updated :nodejs to `3.1`
|
||||
|
||||
## [0.13.3] - 2024-08-15
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an issue where the `SvelteHook` wasn't updated when pulling in `0.13.2`
|
||||
- Fixed an issue where the `SvelteHook` wasn't updated when pulling in `0.13.2`
|
||||
|
||||
## [0.13.2] - 2024-05-21
|
||||
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ end
|
|||
|
||||
2. Adjust the `setup` and `assets.deploy` aliases in `mix.exs`:
|
||||
|
||||
- For Windows
|
||||
- For Windows
|
||||
|
||||
```elixir
|
||||
defp aliases do
|
||||
|
|
@ -111,7 +111,7 @@ defp aliases do
|
|||
end
|
||||
```
|
||||
|
||||
- For Linux/MacOS
|
||||
- For Linux/MacOS
|
||||
|
||||
```elixir
|
||||
defp aliases do
|
||||
|
|
|
|||
Loading…
Reference in a new issue