Mottie / Keyboard

Virtual Keyboard using jQuery ~
http://mottie.github.io/Keyboard/
Other
1.78k stars 723 forks source link

invalid-meta The “main” field has to contain only 1 file per filetype; found multiple .js files #600

Closed mattspaulding closed 7 years ago

mattspaulding commented 7 years ago

Bower install is giving this error:

invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["dist/js/jquery.keyboard.js","layouts/keyboard-layouts-combined.js","layouts/keyboard-layouts-greywyvern.js","layouts/keyboard-layouts-microsoft.js"]

Mottie commented 7 years ago

Hi @mattspaulding!

Thanks, I'll take a look.

Mottie commented 7 years ago

I'm not sure if I need to update the version before it'll work... I can push a new release if you need it.

mattspaulding commented 7 years ago

@Mottie I imagine others will soon be affected by this as they update bower. A new patch release would be nice 😬

Mottie commented 7 years ago

I'm trying to figure out how to make the backspace work properly after pressing enter inside of a contenteditable element. It's more complicated than it sounds... Once I get that resolved, I'll provide a new release.

mattspaulding commented 7 years ago

Everything is more complicated than it sounds. 😓 Thanks for the quick response and fix!