After I install an elm package by executing
elm package install packagename
Is there a way to uninstall the elm package besides manually deleting the dependency in elm-package.json?
currently the only way to remove a package is to delete the dependency in elm-package.json