brinley / jSignature

jQuery plugin for adding web signature functionality
http://www.unbolt.net/jSignature
693 stars 530 forks source link

Update Bower.json #65

Closed bassrock closed 9 years ago

bassrock commented 10 years ago

The bower.json incorrectly defines the main files, it should have:

"main": [
    "src/jSignature.js",
    "src/plugins/jSignature.CompressorBase30.js",
    "src/plugins/jSignature.CompressorSVG.js",
    "src/plugins/jSignature.UndoButton.js",
  ],
zevero commented 9 years ago

When I want to load jSignature via bower I always get

bower EMALFORMED    Failed to read

Maybe because of the extra semicolon???

bassrock commented 9 years ago

@zevero that just started happening this morning it looks like

zevero commented 9 years ago

https://github.com/brinley/jSignature/pull/74 resolved this problem. I think we can close this issue.