mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 06:54:03 +03:00
Fix module name regex in example.
This commit is contained in:
parent
8e5f2a6f11
commit
35ebe5b204
@ -55,7 +55,7 @@ program =
|
||||
|
||||
moduleNameRegex : String
|
||||
moduleNameRegex =
|
||||
"([A-Z][a-zA-Z0-9_]*)(\\.([A-Z][a-zA-Z_0-9_]*))*"
|
||||
"^[A-Z][a-zA-Z0-9_]*(\\.([A-Z][a-zA-Z0-9_]*))*$"
|
||||
|
||||
|
||||
buildFile : List String -> Elm.File
|
||||
|
Loading…
Reference in New Issue
Block a user