marklagendijk / ui-router.stateHelper

A helper module for AngularUI Router, which allows you to define your states as an object tree.
MIT License
235 stars 40 forks source link

Missing library files when installing through Bower #24

Closed slavafomin closed 8 years ago

slavafomin commented 8 years ago

Hello!

Thank you for this great module!

However, when I install the package using Bower: bower install angular-ui-router.stateHelper there are no library files in bower_components directory, only README and such are present.

~/test/bower_components/angular-ui-router.stateHelper$ ls -lah
total 24K
drwxrwxr-x 2 sfomin sfomin 4.0K Dec 27 17:29 .
drwxrwxr-x 3 sfomin sfomin 4.0K Dec 27 17:29 ..
-rw-rw-r-- 1 sfomin sfomin  455 Dec 27 17:29 .bower.json
-rw-rw-r-- 1 sfomin sfomin   35 Jul 13 23:43 .gitignore
-rw-rw-r-- 1 sfomin sfomin 1.1K Jul 13 23:43 LICENSE
-rw-rw-r-- 1 sfomin sfomin 3.7K Jul 13 23:43 README.md

Please advise )

slavafomin commented 8 years ago

Looks like problem with Bower itself after all, sorry for the false alarm = )