@rzymek/react-pdf-highlighter 8.0.1-rc.0 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ☕️ [Buy me a coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SC4D2NS8G2JJ8&source=url)
2
2
 
3
- ![Node CI](https://github.com/agentcooper/react-pdf-highlighter/workflows/Node%20CI/badge.svg)
3
+ ![CI](https://github.com/rzymek/react-pdf-highlighter/workflows/publish/badge.svg)
4
4
 
5
5
  # react-pdf-highlighter
6
6
 
@@ -23,7 +23,7 @@ import "react-pdf-highlighter/dist/style.css";
23
23
 
24
24
  ## Example
25
25
 
26
- See demo https://agentcooper.github.io/react-pdf-highlighter/.
26
+ See demo https://rzymek.github.io/react-pdf-highlighter/.
27
27
 
28
28
  To run the example app locally:
29
29
 
@@ -40,4 +40,4 @@ npm install react-pdf-highlighter
40
40
 
41
41
  ## How to use
42
42
 
43
- See [`./example/src/App.tsx`](https://github.com/agentcooper/react-pdf-highlighter/blob/main/example/src/App.tsx) for the React component API example.
43
+ See [`./example/src/App.tsx`](https://github.com/rzymek/react-pdf-highlighter/blob/main/example/src/App.tsx) for the React component API example.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rzymek/react-pdf-highlighter",
3
- "version": "8.0.1-rc.0",
3
+ "version": "8.0.1",
4
4
  "description": "Set of React components for PDF annotation",
5
5
  "author": "Artem Tyurin <artem.tyurin@gmail.com>",
6
6
  "license": "MIT",
@@ -47,10 +47,10 @@
47
47
  },
48
48
  "repository": {
49
49
  "type": "git",
50
- "url": "git+https://github.com/agentcooper/react-pdf-highlighter.git"
50
+ "url": "git+https://github.com/rzymek/react-pdf-highlighter.git"
51
51
  },
52
52
  "bugs": {
53
- "url": "https://github.com/agentcooper/react-pdf-highlighter/issues"
53
+ "url": "https://github.com/rzymek/react-pdf-highlighter/issues"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@biomejs/biome": "1.9.0",
@@ -65,5 +65,5 @@
65
65
  "vite": "^5.3.3",
66
66
  "vite-plugin-dts": "^4.1.1"
67
67
  },
68
- "homepage": "https://github.com/agentcooper/react-pdf-highlighter#readme"
68
+ "homepage": "https://github.com/rzymek/react-pdf-highlighter#readme"
69
69
  }