How to update allink-core-static

Updating is done quickly:

  1. Pull the latest changes with git pull
  2. Get the latest commit hash from the allink-core-static repository
  3. Open package.json and replace the existing commit hash with the latest version.
  4. Read the CHANGELOG in case the update requires some special action
  5. Run npm install