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 1835a26..b433fb2 100644 --- a/elm-package.json +++ b/elm-package.json @@ -3,7 +3,7 @@ "summary": "SharedCost", "repository": "https://github.com/guyonvarch/sharedCost.git", "license": "BSD3", - "source-directories": ["src/client"], + "source-directories": ["src/client/elm"], "exposed-modules": [], "elm-version": "0.15.1 <= v < 0.16.0", "dependencies": { |