wzr1337 / angular-gestures

AngularJS directive that adds support for multi touch gestures to your app. Based on hammer.js.
MIT License
510 stars 100 forks source link

Need a new release tag after recent update #13

Closed timhettler closed 10 years ago

timhettler commented 10 years ago

The change you made to the bower file for me (thanks!) isn't getting picked-up because you haven't created a new release tag. Could you do so?

wzr1337 commented 10 years ago

done, v0.2.2 is up

timhettler commented 10 years ago

The new bower file is pointing to a different project with no source files?

timhettler commented 10 years ago

Getting this error:

bower angular-gestures#* EMALFORMED Failed to read /var/folders/8d/2nzpww4n7gx65xrg58pn0_xj1m_qyv/T/timhe/bower/angular-gestures-13828-bHUNTk/bower.json

wzr1337 commented 10 years ago

The bower.json seems to miss a comma before "devDependencies"

Should have been an issue for a long time, I do not see why it was not.

Can you please put in the comma and see if it fixes the issue?

timhettler commented 10 years ago

I can't install via bower currently because of this error

wzr1337 commented 10 years ago

should be fixed now, sorry

timhettler commented 10 years ago

Works great now; thanks for the updates