@wptheme88 almost anything is possible with CSS. What do you want?
Include "npm update " in upgrade
-
We'd probably have to roll our own upgrade script that calls
npm install
with a version number.npm upgrade
is too risky, since it downloads the latest version of a module, irrespective of any configured versioning in yourpackage.json
.Our themes and plugins aren't comparible with older versions, so they might end up installing a version that is too new and break their forum...