make-deno-edition icon indicating copy to clipboard operation
make-deno-edition copied to clipboard

automatically add keywords for missing permissions

Open balupton opened this issue 5 years ago • 0 comments

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-all to make it unnecessary, however this means we lose such permission information from keywords which is useful metadata

balupton avatar Oct 28 '20 20:10 balupton