make-deno-edition
make-deno-edition copied to clipboard
automatically add keywords for missing permissions
if you get a permission error, such as need --allow-read flag, then you can add allow-read to the package.json:keywords and re-run make-deno-edition
we should either:
- automate this process
- or just use
allow-allto make it unnecessary, however this means we lose such permission information from keywords which is useful metadata