Skip to content

Commit dd3abe2

Browse files
authored
fix: remove postinstall (#3)
1 parent 4fc6d6e commit dd3abe2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llamaindex/pdf-viewer",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "React PDF viewer for LLM applications",
55
"type": "module",
66
"license": "MIT",
@@ -31,8 +31,7 @@
3131
"prepack": "yarn clean && yarn build",
3232
"test": "yarn lint && yarn tsc && yarn format",
3333
"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"
34+
"watch": "yarn build-js-esm --watch & yarn build-js-cjs --watch & nodemon --watch src --ext css --exec \"yarn copy-styles\""
3635
},
3736
"dependencies": {
3837
"@wojtekmaj/react-hooks": "1.17.2",

0 commit comments

Comments
 (0)