Updating Calculate
At any time after Caclulate is installed, you can check your current version of Calculate by going into your project directory.
Check if Outdated
To check if it's outdated, on the command line, run:
NPM
$ npm outdated @princedev/calculate
Yarn
$ yarn outdated @princedev/calculate
Updating Calculate
If calculate is outdated, you can always update it. On the command line, run:
NPM
$ npm update @princedev/calculate
Yarn
$ yarn upgrade @princedev/calculate --latest
By now, calculate should be up to date.