heroku / heroku-releases-retry

CLI plugin to allow retrying the latest release-phase command
81 stars 7 forks source link

specify files to pack to avoid oclif warning #4

Closed jdx closed 6 years ago

jdx commented 6 years ago

this attribute is now required in plugins otherwise a warning is displayed (though notably, the plugins still work fine with the warning)

See my blog post for the reason why this is now required: https://medium.com/@jdxcode/for-the-love-of-god-dont-use-npmignore-f93c08909d8d

for other plugins, if you run npm pack; tar -xvzf *.tgz; rm -rf package *.tgz that will print the files it's currently packing