mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-05 21:23:04 +03:00
Bump Elm package.
This commit is contained in:
parent
922d789472
commit
c348152cb9
2
elm.json
2
elm.json
@ -3,7 +3,7 @@
|
||||
"name": "dillonkearns/elm-pages-v3-beta",
|
||||
"summary": "A statically typed site generator.",
|
||||
"license": "BSD-3-Clause",
|
||||
"version": "18.0.0",
|
||||
"version": "19.0.0",
|
||||
"exposed-modules": [
|
||||
"Head",
|
||||
"Head.Seo",
|
||||
|
@ -25,10 +25,12 @@ import Pages.StaticHttp.Request
|
||||
import TerminalText as Terminal
|
||||
|
||||
|
||||
{-| -}
|
||||
type alias JsonValue =
|
||||
Decode.Value
|
||||
|
||||
|
||||
{-| -}
|
||||
type alias Program =
|
||||
Program.StatefulProgram Model Msg (BackendTask FatalError.FatalError ()) Flags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user