calculate-size
                                
                                 calculate-size copied to clipboard
                                
                                    calculate-size copied to clipboard
                            
                            
                            
                        missing main section in bower.json
Hi, I am using your module and it works quite ok, but I found a minor issue when building my app with grunt.
I receive the following message:
Running "wiredep:app" (wiredep) task
app/index.html modified.
calculate-size was not injected in your file.
Please go take a look in "<path>/bower_components/calculate-size" for the file you need, then manually include it in your file.  
I can not add that manually, because wiredep cleans and rebuilds the section of the installed bower modules. The fix is to add the following code in the bower.json
"main": [
      "./src/calculate-size.js"
  ],
Wow, that issue was opened and remains unanswered for over two years. Quite a long time for an issue that seems to have an easy fix given on a platter. That makes me wonder if the author still cares and maintains the project at all.
Hey @tymekg I haven't used bower in years (and frankly wasn't aware that people are still using it 😂 ).
Please feel free to open a PR to fix this. I'll be happy to merge it! :)
Hi @schickling , now that's a prompt response! :-) To be honest, I don't use bower either and the problem reported by this issue is not affecting me by any means. I just have a habit of looking into github issues when I evaluate some library for use in a project to get a sense of how well it is supported and maintained. It was a red flag for me to see completely no response to an issue that actually makes half of total 2 issues of the project :smile: I really thought this is a dead abandoned project, but I'm glad to see you looking after it :+1: