We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad7181 commit 4c49730Copy full SHA for 4c49730
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-to-pdf",
3
- "version": "1.0.1",
+ "version": "2.0.0-beta.0",
4
"description": "Create PDF documents from React Components",
5
"main": "dist/index.js",
6
"module": "dist/index.mjs",
@@ -68,6 +68,6 @@
68
"jspdf": "^3.0.1"
69
},
70
"publishConfig": {
71
- "registry": "https://registry.npmjs.org/"
+ "registry": "https://registry.npmjs.org/"
72
}
73
0 commit comments