This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
tlaternet-templates/README.md

16 lines
293 B
Markdown

# 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
```