mattbradley / livestampjs

A simple, unobtrusive jQuery plugin that provides auto-updating timeago text to your timestamped HTML elements using Moment.js.
http://mattbradley.github.com/livestampjs
MIT License
409 stars 70 forks source link

bower.json becomes .bower.json after installing. #47

Open asiniy opened 9 years ago

asiniy commented 9 years ago

Hey!

I use karma-bower package which tries to retrieve bower_components/livestampjs/bower.json, but there is bower_components/livestampjs/.bower.json. A dot is prepending to bower.json after installation, so I have .bower.json, so karma-bower can't find this file.

What's happened?