ten1seven / what-input

A global utility for tracking the current input method (mouse/pointer, keyboard or touch).
https://ten1seven.github.io/what-input
MIT License
1.36k stars 89 forks source link

fixed main file path in bower.json #41

Closed mchong closed 8 years ago

mchong commented 8 years ago

fixed main file path to dist/what-input.js as what-input.js is no longer on the root level. Without this, my project's gulpfile is not able to automatically inject the what-input.js dependency into my html file.

ten1seven commented 8 years ago

Nice, thanks!