Skip to content

Commit 5fe80c5

Browse files
committed
Add dependency in monorepo projects.
1 parent 5dd0e47 commit 5fe80c5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ete_tests/elm.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"elm/json": "1.1.2",
1717
"elm/url": "1.0.0",
1818
"elm-community/list-extra": "8.0.0",
19+
"j-maas/elm-ordered-containers": "1.0.0",
1920
"krisajenkins/remotedata": "6.0.1",
2021
"lukewestby/elm-string-interpolate": "1.0.4"
2122
},

examples/complex/elm.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"elm/time": "1.0.0",
1818
"elm/url": "1.0.0",
1919
"elm-community/list-extra": "8.0.0",
20+
"j-maas/elm-ordered-containers": "1.0.0",
2021
"krisajenkins/remotedata": "6.0.1",
2122
"lukewestby/elm-string-interpolate": "1.0.4",
2223
"mdgriffith/elm-ui": "1.1.0",

examples/elm.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"elm/time": "1.0.0",
1717
"elm/url": "1.0.0",
1818
"elm-community/list-extra": "8.0.0",
19+
"j-maas/elm-ordered-containers": "1.0.0",
1920
"krisajenkins/remotedata": "6.0.1",
2021
"lukewestby/elm-string-interpolate": "1.0.4",
2122
"mdgriffith/elm-ui": "1.1.0",

0 commit comments

Comments
 (0)