heroku / heroku-repo

Plugin for heroku CLI that can manipulate the repo
MIT License
682 stars 111 forks source link

specify files to pack to avoid oclif warning #81

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

jdx commented 6 years ago

thanks for reviewing these so quickly @dmathieu