Skip to content

Commit d24c31a

Browse files
committed
Specify unminified version in bower.json
According to the [spec](https://github.com/bower/bower.json-spec) the `main` key should specify the unminified source.
1 parent 67cd0d6 commit d24c31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.135",
44
"homepage": "https://github.com/mrrio/jspdf",
55
"description": "PDF Document creation from JavaScript",
6-
"main": "dist/jspdf.min.js",
6+
"main": "dist/jspdf.debug.js",
77
"moduleType": [
88
"amd",
99
"globals"

0 commit comments

Comments
 (0)