Skip to content

Commit

Permalink
Merge pull request #2881 from HackbrettXXX/add-browser-field
Browse files Browse the repository at this point in the history
add a "browser" field so jsPDF works with parcel 2
  • Loading branch information
HackbrettXXX committed Aug 28, 2020
2 parents 320585f + 7fc39c1 commit a51e8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -5,6 +5,7 @@
"description": "PDF Document creation from JavaScript",
"main": "dist/jspdf.node.min.js",
"module": "dist/jspdf.es.min.js",
"browser": "dist/jspdf.es.min.js",
"files": [
"dist",
"types/index.d.ts",
Expand Down

0 comments on commit a51e8e5

Please sign in to comment.