This makes it much easier to manage updates, as it's just an npm install, rather than manually downloading the ZIP and extracting it, etc.
This needs thorough testing, and also I'd like to try and remove the need for the .version file. Not entirely sure how though, basically not have to check for updates all the time. Perhaps something like checking for any changes to the package.json?
This makes it much easier to manage updates, as it's just an
npm install
, rather than manually downloading the ZIP and extracting it, etc.This needs thorough testing, and also I'd like to try and remove the need for the
.version
file. Not entirely sure how though, basically not have to check for updates all the time. Perhaps something like checking for any changes to thepackage.json
?