Skip to content

Commit dc8cd9d

Browse files
committed
Readme
1 parent d03f53c commit dc8cd9d

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pdf-annotator-js
1+
# Recogito PDF Annotator
2+
23
PDF annotation in the browser, using PDF.js and the Recogito Text Annotator.
34

4-
Note that the build works currently with Vite 4 __only__. As of now, there is an unresolved problem with the worker script as soon as the build is upgraded to Vite 5.

package-lock.json

+5-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/pdf-annotator-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recogito/react-pdf-annotator",
3-
"version": "1.0.0-rc.17",
3+
"version": "1.0.0-rc.18",
44
"description": "React bindings to the Recogito PDF annotator",
55
"author": "Rainer Simon",
66
"license": "BSD-3-Clause",
@@ -16,7 +16,7 @@
1616
"start": "vite",
1717
"build": "vite build && node copy-worker.js",
1818
"preview": "vite preview",
19-
"postinstall": "node copy-worker.js"
19+
"copy-worker": "node copy-worker.js"
2020
},
2121
"module": "./dist/react-pdf-annotator.es.js",
2222
"types": "./dist/index.d.ts",
@@ -44,7 +44,7 @@
4444
},
4545
"peerDependencies": {
4646
"@annotorious/react": "3.0.0-rc.23",
47-
"@recogito/pdf-annotator": "1.0.0-rc.17",
47+
"@recogito/pdf-annotator": "1.0.0-rc.18",
4848
"pdfjs-dist": "4.2.67",
4949
"react": "16.8.0 || >=17.x || >=18.x",
5050
"react-dom": "16.8.0 || >=17.x || >=18.x"

packages/pdf-annotator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@recogito/pdf-annotator",
3-
"version": "1.0.0-rc.17",
3+
"version": "1.0.0-rc.18",
44
"description": "PDF annotation in the browser, using PDF.js and the Recogito Text Annotator",
55
"author": "Rainer Simon",
66
"license": "BSD-3-Clause",
@@ -16,7 +16,7 @@
1616
"start": "vite",
1717
"build": "vite build && node copy-worker.js",
1818
"preview": "vite preview",
19-
"postinstall": "node copy-worker.js"
19+
"copy-worker": "node copy-worker.js"
2020
},
2121
"main": "./dist/pdf-annotator.js",
2222
"module": "./dist/pdf-annotator.es.js",

0 commit comments

Comments
 (0)