Skip to content

Commit a40bd6e

Browse files
authored
Merge pull request #817 from Wildhoney/use-unminified
Favour unminified version over minified
2 parents 1f643ba + c3d3118 commit a40bd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.2.61",
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
"files": [
8-
"dist/jspdf.min.js",
8+
"dist/jspdf.debug.js",
99
"README.md"
1010
],
1111
"keywords": [

0 commit comments

Comments
 (0)