# tlaternet-templates Website templates bundled with parcel. ## Updating When adding/removing packages from `package.yaml`, the corresponding `package.json` and `package-lock.json` need to be updated. Use: ```console nix run .#update-lockfile ``` When ignoring semver is desired, use: ```console nix run .#update-lockfile -- --ignore-semver ```