arturgspb/bower-amcharts

create tag so bower versions work

halkeye opened this issue · 2 comments

git tag v3.4.6.free
git push origin v3.4.6.free

Docs: http://stackoverflow.com/questions/19456091/bower-register-new-version

https://rails-assets.org/ and bower like having versions setup

$ bower info amcharts
bower amcharts#*                cached git://github.com/arturgspb/bower-amcharts.git#7d8dcda8c6
bower amcharts#*              validate 7d8dcda8c6 against git://github.com/arturgspb/bower-amcharts.git#*

{
  name: 'amcharts',
  main: './dist/amcharts/amcharts.js',
  dependencies: {},
  homepage: 'https://github.com/arturgspb/bower-amcharts'
}

No versions available.

+1 I had a same issue.

I worked around this by specifying the released file itself.

  "dependencies": {
    "amcharts": "https://github.com/arturgspb/bower-amcharts/archive/v3.4.6.zip"
  }

Hi, guys! Thanks a lot for your request!
I fixed this problem, but for bower compatibility version has named "v3.4.6"