I'm trying to build an in-repo addon that wraps https://github.com/jonathantneal/svg4everybody.
I tried adding dependencies and devDependencies to lib/svg4everybody/bower.json and lib/svg4everybody/package.json. None of those caused the dependencies to show up in my node_modules/ or bower_components/. The dependencies in question are sv4everybody itself and broccoli-funnel so I can build a tree.
I'm trying to build an in-repo addon that wraps https://github.com/jonathantneal/svg4everybody.
I tried adding
dependenciesanddevDependenciestolib/svg4everybody/bower.jsonandlib/svg4everybody/package.json. None of those caused the dependencies to show up in mynode_modules/orbower_components/. The dependencies in question are sv4everybody itself and broccoli-funnel so I can build a tree.