awendland/angular-json-tree

Cannot get injected by wiredep and gulp

rcholic opened this issue · 1 comments

I installed this repo using bower in my project and I use gulp/wiredep to inject the bower dependencies into my index.html file. I found the dependency angular-json-tree does not get injected. I guess this repo may have some problem with its bower settings. Could the author please check into this issue?

Link to the wiredep page: https://github.com/taptapship/wiredep:

A Bower package may not properly list its dependencies in its bower.json file.
A Bower package may not specify a main property in its bower.json file.

Same here... the bower.json "main" path is pointing to src/... instead of build/...
I changed it locally as a workaround