html5-virtual-game-controller icon indicating copy to clipboard operation
html5-virtual-game-controller copied to clipboard

NPM distribution not up to date

Open bfishman opened this issue 8 years ago • 0 comments

Hello!

Apparently the NPM distribution of this library doesn't quite match what's in the git repo.

I NPM'd and was having a ton of bugs. Turns out that

var GameController = exports.GameController = {

was actually just

exports.GameController = {

in the code I pulled from NPM. There may be other differences, but that was the breaking change.

Not sure if you're still maintaining this, but you may want to check the NPM version.

Nice work! Thanks!

bfishman avatar May 17 '16 23:05 bfishman