diff options
Diffstat (limited to 'elm-package.json')
-rw-r--r-- | elm-package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/elm-package.json b/elm-package.json index 89cf782..1f93813 100644 --- a/elm-package.json +++ b/elm-package.json @@ -7,10 +7,10 @@ "./src" ], "exposed-modules": [ - "Mapbox.Style", - "Mapbox.Source", - "Mapbox.Layer", - "Mapbox.Expression" + "Mapbox.Style", + "Mapbox.Source", + "Mapbox.Layer", + "Mapbox.Expression" ], "dependencies": { "elm-lang/core": "5.1.1 <= v < 6.0.0", |