avh4 / elm-upgrade

Upgrade Elm projects
https://www.npmjs.com/package/elm-upgrade
MIT License
122 stars 15 forks source link

At the end, check for other elm-package.json files in subdirectories and warn if they haven't been upgraded yet #7

Closed avh4 closed 6 years ago

avh4 commented 7 years ago

(and recommend (cd that/folder; elm-upgrade)

HappMacDonald commented 6 years ago

How about the elm-package.json in a testing folder? Should that get slurped into the top level elm.json instead of a warning? :)

avh4 commented 6 years ago

In Elm 0.19, tests/elm-package.json will get merged into elm.json (see #47). With that change, this issue doesn't really make much sense any more, and also no one has ever really asked for this feature.