Skip to content

Commit 4c49730

Browse files
committed
Release 2.0.0-beta.0
1 parent bad7181 commit 4c49730

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
@@ -1,6 +1,6 @@
11
{
22
"name": "react-to-pdf",
3-
"version": "1.0.1",
3+
"version": "2.0.0-beta.0",
44
"description": "Create PDF documents from React Components",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -68,6 +68,6 @@
6868
"jspdf": "^3.0.1"
6969
},
7070
"publishConfig": {
71-
"registry": "https://registry.npmjs.org/"
71+
"registry": "https://registry.npmjs.org/"
7272
}
7373
}

0 commit comments

Comments
 (0)