chrisbateman / impetus

Agnostic utility for adding momentum to anything. It's like iScroll, except not for scrolling. Supports mouse and touch events.

Home Page:chrisbateman.github.io/impetus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"main" property in bower.json incorrect.

rickyclegg opened this issue · comments

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.