json is just incredibly tedious to use for this, especially because of lack of comments. Upstream has been informed of this many times apparently, npm won't change it. Just hack it downstream. npm will never get better, will it...
18 lines
351 B
Markdown
18 lines
351 B
Markdown
# 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
|
|
```
|