Skip to content

Commit

Permalink
8.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agentcooper committed Sep 14, 2024
1 parent e02cc1d commit d02d9a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{
"name": "react-pdf-highlighter",
"version": "7.0.0",
"version": "8.0.0-rc.0",
"description": "Set of React components for PDF annotation",
"author": "Artem Tyurin <[email protected]>",
"license": "MIT",
"keywords": ["pdf", "highlight", "annotator", "react-component"],
"files": ["dist", "README.md", "LICENSE"],
"keywords": [
"pdf",
"highlight",
"annotator",
"react-component"
],
"files": [
"dist",
"README.md",
"LICENSE"
],
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/src/index.js",
Expand Down

0 comments on commit d02d9a3

Please sign in to comment.