Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
npx elm-json install jfmengels/elm-review@2
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 3, 2024
1 parent 9eecc58 commit eecc45c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,27 @@
"elm/random": "1.0.0",
"elm/time": "1.0.0",
"elm-community/list-extra": "8.7.0",
"elm-community/random-extra": "3.2.0"
"elm-community/random-extra": "3.2.0",
"jfmengels/elm-review": "2.14.0"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/parser": "1.1.0",
"elm/project-metadata-utils": "1.0.2",
"elm/regex": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.3"
"elm/virtual-dom": "1.0.3",
"elm-explorations/test": "2.2.0",
"miniBill/elm-unicode": "1.1.1",
"rtfeldman/elm-hex": "1.0.0",
"stil4m/elm-syntax": "7.3.2",
"stil4m/structured-writer": "1.0.3"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "2.2.0"
},
"indirect": {
"elm/bytes": "1.0.8"
}
"indirect": {}
}
}

0 comments on commit eecc45c

Please sign in to comment.