Skip to content

Commit c088906

Browse files
committed
Fix template
1 parent 7f55143 commit c088906

File tree

1 file changed

+25
-26
lines changed

1 file changed

+25
-26
lines changed

cli/templates/Elm.json.ts

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,33 @@
11
export default () => `
22
{
33
"type": "application",
4-
"source-directories": ["."],
4+
"source-directories": [
5+
"."
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/browser": "1.0.2",
11+
"elm/core": "1.0.5",
12+
"elm/html": "1.0.0",
13+
"elm/json": "1.1.3",
14+
"mdgriffith/elm-codegen": "5.2.0"
15+
},
16+
"indirect": {
17+
"elm/parser": "1.1.0",
18+
"elm/time": "1.0.0",
19+
"elm/url": "1.0.0",
20+
"elm/virtual-dom": "1.0.3",
21+
"elm-community/basics-extra": "4.1.0",
22+
"rtfeldman/elm-hex": "1.0.0",
23+
"stil4m/elm-syntax": "7.3.8",
24+
"stil4m/structured-writer": "1.0.3",
25+
"the-sett/elm-pretty-printer": "3.1.1"
26+
}
2727
},
2828
"test-dependencies": {
29-
"direct": {},
30-
"indirect": {}
29+
"direct": {},
30+
"indirect": {}
3131
}
32-
}
33-
34-
`;
32+
}
33+
`

0 commit comments

Comments
 (0)