Skip to content

Commit 620ac9c

Browse files
committed
add "browser" field in package.json
1 parent 8a377a4 commit 620ac9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "PDF Document creation from JavaScript",
66
"main": "dist/jspdf.node.min.js",
77
"module": "dist/jspdf.es.min.js",
8+
"browser": "dist/jspdf.umd.min.js",
89
"bin": {
910
"jsPDF-makeFonts": "makeFonts.js"
1011
},

0 commit comments

Comments
 (0)