Rafael Pivato
Rafael Pivato
This was premature. I can see the files present at dist now. My issue resolving the module should have other reason. In case you are curious my real problem is...
Adding [main](https://docs.npmjs.com/files/package.json#main) entry to `package.json` solved my issue. I think we could have that in `master` branch here. ``` ... "main": "./dist/bubblechart.js", ... ```
Excellent point :+1:
Thanks, @maaaaz Have you ever look into `safety.safety` module? Maybe we need to document that better, but that's how you could use Safety from another Python script.
True story, @Spenhouet - I think we might need to deviate from **click** maybe, or just add a better layer in-between.
Thanks for this. There is one block marked with `bash` which contains only a banner, no bash call. Also, there are some commands with results dumped in separate blocks like...
We appreciate your effort looking forward small details like this. I would urge you to bring more complete pull-requests for similar areas. In the meanwhile, I think we are good...
I hear you, @PeterDaveHello :sunflower: Looks like we need better guidelines for contributors indeed. At this moment you can consider just grouping related pull-requests into a single one. That's my...
Sorry. at this moment we are just being strict about priorities in general. The PR looks good. We should merge it after I have time for a small review. Thanks...
@harlekeyn can you look at this, please?