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
Raw Normal View History

2021-04-07 21:41:11 +01:00
# tlaternet-templates
Website templates bundled with parcel.
## Updating
2022-08-01 21:14:18 +01:00
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:
2021-04-07 21:41:11 +01:00
```sh
2022-07-30 17:55:04 +01:00
npm-check-updates -u
2021-04-07 21:41:11 +01:00
```