chrisbateman / impetus

Agnostic utility for adding momentum to anything. It's like iScroll, except not for scrolling. Supports mouse and touch events.
chrisbateman.github.io/impetus
MIT License
487 stars 70 forks source link

"main" property in bower.json incorrect. #21

Closed rickyclegg closed 7 years ago

rickyclegg commented 8 years ago

The main property in the bower.json is incorrect. So tools like wiredep do not work correctly with it.

It needs to be "main": "dist/impetus.js".

You can work around this with bower overrides.

This is a great utility I really like it.

davo commented 8 years ago

+1