diff options
Diffstat (limited to 'elm-package.json')
-rw-r--r-- | elm-package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elm-package.json b/elm-package.json index df4dcad..1835a26 100644 --- a/elm-package.json +++ b/elm-package.json @@ -4,7 +4,7 @@ "repository": "https://github.com/guyonvarch/sharedCost.git", "license": "BSD3", "source-directories": ["src/client"], - "exposed-modules": ["Main"], + "exposed-modules": [], "elm-version": "0.15.1 <= v < 0.16.0", "dependencies": { "elm-lang/core": "2.1.0 <= v < 3.0.0", |