aboutsummaryrefslogtreecommitdiff
path: root/elm-package.json
diff options
context:
space:
mode:
authorguyonvarch2015-08-20 11:39:18 +0200
committerguyonvarch2015-08-20 11:39:18 +0200
commita4c90e0f66f0db16a0c50c55a4b5cd93d4e8a7fe (patch)
tree8c42889894310ada24a3c81f4fe8a10f94cec393 /elm-package.json
parent965c0f57875e27fd09df2fc72487f4651addb79b (diff)
downloadbudget-a4c90e0f66f0db16a0c50c55a4b5cd93d4e8a7fe.tar.gz
budget-a4c90e0f66f0db16a0c50c55a4b5cd93d4e8a7fe.tar.bz2
budget-a4c90e0f66f0db16a0c50c55a4b5cd93d4e8a7fe.zip
Removing exposed modules so that we do not need a documentation for main
Diffstat (limited to 'elm-package.json')
-rw-r--r--elm-package.json2
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",