hearsid / ng-html-to-pdf-save

Save HTML as pdf file on the browser with angularjs .
28 stars 35 forks source link

Bower.json issue #16

Open ararista opened 7 years ago

ararista commented 7 years ago

Hi! When I try to use the plugin the file "index.js" is not found, I think line 4 of the bower.json is incorrect and should be: "main": "./dist/saveHtmlToPdf.js",

Blankinfinity commented 7 years ago

Had the same issue while using main-bower-files in my gulp to copy the libraries from bower_components. Had to make the above change to get it to recognize and copy the file.

hearsid commented 7 years ago

@ararista @Blankinfinity Can you please create a PR for the same.