Skip to content

Commit ab7cc3e

Browse files
committed
Fix template
1 parent 7f55143 commit ab7cc3e

File tree

1 file changed

+19
-24
lines changed

1 file changed

+19
-24
lines changed

cli/templates/Elm.json.ts

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,29 @@
11
export default () => `
22
{
33
"type": "application",
4-
"source-directories": ["."],
4+
"source-directories": [
5+
"src"
6+
],
57
"elm-version": "0.19.1",
68
"dependencies": {
7-
"direct": {
8-
"elm/browser": "1.0.2",
9-
"elm/core": "1.0.5",
10-
"elm/html": "1.0.0",
11-
"elm/json": "1.1.3",
12-
"mdgriffith/elm-codegen": "5.1.1"
13-
},
14-
"indirect": {
15-
"elm/parser": "1.1.0",
16-
"elm/time": "1.0.0",
17-
"elm/url": "1.0.0",
18-
"elm/virtual-dom": "1.0.2",
19-
"elm-community/basics-extra": "4.1.0",
20-
"elm-community/list-extra": "8.6.0",
21-
"miniBill/elm-unicode": "1.0.2",
22-
"rtfeldman/elm-hex": "1.0.0",
23-
"stil4m/elm-syntax": "7.2.9",
24-
"stil4m/structured-writer": "1.0.3",
25-
"the-sett/elm-pretty-printer": "3.0.0"
26-
}
9+
"direct": {
10+
"elm/core": "1.0.3",
11+
"elm/json": "1.1.3",
12+
"mdgriffith/elm-codegen": "5.2.0"
13+
},
14+
"indirect": {
15+
"elm/parser": "1.1.0",
16+
"elm-community/basics-extra": "4.1.0",
17+
"rtfeldman/elm-hex": "1.0.0",
18+
"stil4m/elm-syntax": "7.3.8",
19+
"stil4m/structured-writer": "1.0.3",
20+
"the-sett/elm-pretty-printer": "3.1.1"
21+
}
2722
},
2823
"test-dependencies": {
29-
"direct": {},
30-
"indirect": {}
24+
"direct": {},
25+
"indirect": {}
3126
}
32-
}
27+
}
3328
3429
`;

0 commit comments

Comments
 (0)