# tlaternet-templates
Website templates bundled with parcel.
## Updating
When adding/removing packages from `package.json`, the corresponding
`package-lock.json` needs to be updated. Use `nix/update-lockfile` for
this.
When ignoring semver is desired, use:
```sh
npm-check-updates -u
```