We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc6d6e commit dd3abe2Copy full SHA for dd3abe2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@llamaindex/pdf-viewer",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "React PDF viewer for LLM applications",
5
"type": "module",
6
"license": "MIT",
@@ -31,8 +31,7 @@
31
"prepack": "yarn clean && yarn build",
32
"test": "yarn lint && yarn tsc && yarn format",
33
"tsc": "tsc",
34
- "watch": "yarn build-js-esm --watch & yarn build-js-cjs --watch & nodemon --watch src --ext css --exec \"yarn copy-styles\"",
35
- "postinstall": "husky"
+ "watch": "yarn build-js-esm --watch & yarn build-js-cjs --watch & nodemon --watch src --ext css --exec \"yarn copy-styles\""
36
},
37
"dependencies": {
38
"@wojtekmaj/react-hooks": "1.17.2",
0 commit comments