Skip to content

Commit 4248c01

Browse files
committed
Move elm/html to direct dependencies in all elm.json
1 parent 3dcbf7f commit 4248c01

File tree

96 files changed

+301
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+301
-296
lines changed

exercises/concept/bandwagoner/elm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"elm/parser": "1.1.0",
1212
"elm/random": "1.0.0",
1313
"elm/regex": "1.0.0",
14-
"elm/time": "1.0.0"
14+
"elm/time": "1.0.0",
15+
"elm/html": "1.0.0"
1516
},
1617
"indirect": {}
1718
},
@@ -22,8 +23,7 @@
2223
},
2324
"indirect": {
2425
"elm/bytes": "1.0.8",
25-
"elm/html": "1.0.0",
2626
"elm/virtual-dom": "1.0.3"
2727
}
2828
}
29-
}
29+
}

exercises/concept/bettys-bike-shop/elm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"elm/parser": "1.1.0",
1212
"elm/random": "1.0.0",
1313
"elm/regex": "1.0.0",
14-
"elm/time": "1.0.0"
14+
"elm/time": "1.0.0",
15+
"elm/html": "1.0.0"
1516
},
1617
"indirect": {}
1718
},
@@ -22,8 +23,7 @@
2223
},
2324
"indirect": {
2425
"elm/bytes": "1.0.8",
25-
"elm/html": "1.0.0",
2626
"elm/virtual-dom": "1.0.3"
2727
}
2828
}
29-
}
29+
}

exercises/concept/blorkemon-cards/elm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"elm/parser": "1.1.0",
1212
"elm/random": "1.0.0",
1313
"elm/regex": "1.0.0",
14-
"elm/time": "1.0.0"
14+
"elm/time": "1.0.0",
15+
"elm/html": "1.0.0"
1516
},
1617
"indirect": {}
1718
},
@@ -22,8 +23,7 @@
2223
},
2324
"indirect": {
2425
"elm/bytes": "1.0.8",
25-
"elm/html": "1.0.0",
2626
"elm/virtual-dom": "1.0.3"
2727
}
2828
}
29-
}
29+
}

exercises/concept/githup-api/elm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"elm/parser": "1.1.0",
1212
"elm/random": "1.0.0",
1313
"elm/regex": "1.0.0",
14-
"elm/time": "1.0.0"
14+
"elm/time": "1.0.0",
15+
"elm/html": "1.0.0"
1516
},
1617
"indirect": {}
1718
},
@@ -22,8 +23,7 @@
2223
},
2324
"indirect": {
2425
"elm/bytes": "1.0.8",
25-
"elm/html": "1.0.0",
2626
"elm/virtual-dom": "1.0.3"
2727
}
2828
}
29-
}
29+
}

exercises/concept/go/elm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"elm/parser": "1.1.0",
1212
"elm/random": "1.0.0",
1313
"elm/regex": "1.0.0",
14-
"elm/time": "1.0.0"
14+
"elm/time": "1.0.0",
15+
"elm/html": "1.0.0"
1516
},
1617
"indirect": {}
1718
},
@@ -22,8 +23,7 @@
2223
},
2324
"indirect": {
2425
"elm/bytes": "1.0.8",
25-
"elm/html": "1.0.0",
2626
"elm/virtual-dom": "1.0.3"
2727
}
2828
}
29-
}
29+
}

exercises/concept/gotta-snatch-em-all/elm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"elm/parser": "1.1.0",
1212
"elm/random": "1.0.0",
1313
"elm/regex": "1.0.0",
14-
"elm/time": "1.0.0"
14+
"elm/time": "1.0.0",
15+
"elm/html": "1.0.0"
1516
},
1617
"indirect": {}
1718
},
@@ -22,8 +23,7 @@
2223
},
2324
"indirect": {
2425
"elm/bytes": "1.0.8",
25-
"elm/html": "1.0.0",
2626
"elm/virtual-dom": "1.0.3"
2727
}
2828
}
29-
}
29+
}

exercises/concept/lucians-luscious-lasagna/elm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"elm/parser": "1.1.0",
1212
"elm/random": "1.0.0",
1313
"elm/regex": "1.0.0",
14-
"elm/time": "1.0.0"
14+
"elm/time": "1.0.0",
15+
"elm/html": "1.0.0"
1516
},
1617
"indirect": {}
1718
},
@@ -22,8 +23,7 @@
2223
},
2324
"indirect": {
2425
"elm/bytes": "1.0.8",
25-
"elm/html": "1.0.0",
2626
"elm/virtual-dom": "1.0.3"
2727
}
2828
}
29-
}
29+
}

exercises/concept/magician-in-training/elm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"elm/parser": "1.1.0",
1212
"elm/random": "1.0.0",
1313
"elm/regex": "1.0.0",
14-
"elm/time": "1.0.0"
14+
"elm/time": "1.0.0",
15+
"elm/html": "1.0.0"
1516
},
1617
"indirect": {}
1718
},
@@ -22,8 +23,7 @@
2223
},
2324
"indirect": {
2425
"elm/bytes": "1.0.8",
25-
"elm/html": "1.0.0",
2626
"elm/virtual-dom": "1.0.3"
2727
}
2828
}
29-
}
29+
}

exercises/concept/marios-marvellous-lasagna/elm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"elm/parser": "1.1.0",
1212
"elm/random": "1.0.0",
1313
"elm/regex": "1.0.0",
14-
"elm/time": "1.0.0"
14+
"elm/time": "1.0.0",
15+
"elm/html": "1.0.0"
1516
},
1617
"indirect": {}
1718
},
@@ -22,8 +23,7 @@
2223
},
2324
"indirect": {
2425
"elm/bytes": "1.0.8",
25-
"elm/html": "1.0.0",
2626
"elm/virtual-dom": "1.0.3"
2727
}
2828
}
29-
}
29+
}

exercises/concept/maze-maker/elm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"elm/parser": "1.1.0",
1212
"elm/random": "1.0.0",
1313
"elm/regex": "1.0.0",
14-
"elm/time": "1.0.0"
14+
"elm/time": "1.0.0",
15+
"elm/html": "1.0.0"
1516
},
1617
"indirect": {}
1718
},
@@ -22,8 +23,7 @@
2223
},
2324
"indirect": {
2425
"elm/bytes": "1.0.8",
25-
"elm/html": "1.0.0",
2626
"elm/virtual-dom": "1.0.3"
2727
}
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)