blob: 820ea1d2b8fdf8a7482f709fe1593f5ac8ac5bc7 (
plain)
1
2
3
4
5
|
## Integrity checking & lock files
Deno can store and check module subresource integrity for modules using a small
JSON file. Use the `--lock=lock.json` to enable and specify lock file checking.
To update or create a lock use `--lock=lock.json --lock-write`.
|