Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Jan 28, 2025
1 parent 452fbc0 commit 8709429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": ">=16.0.0"
},
"scripts": {
"postinstall": "tsc -b && webpack",
"prepare": "tsc -b && webpack",
"prepublishOnly": "yarn lint",
"postversion": "git push && git push origin $(git tag | sort -V | tail -1)",
"release:patch": "yarn && yarn docs && npm version patch && npm publish",
Expand All @@ -53,7 +53,7 @@
"license": "AGPL-3.0-or-later",
"dependencies": {
"@puppeteer/browsers": "^2.4.0",
"@vpalmisano/throttler": "https://github.com/vpalmisano/throttler#67e7cf65cff012ae15e0996f4977ca93c064aed6",
"@vpalmisano/throttler": "https://github.com/vpalmisano/throttler#3141878acc9675aec06c525b15b4a7ea43ae296e",
"axios": "^1.7.7",
"chalk": "^4.1.2",
"change-case": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -952,9 +952,9 @@
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==

"@vpalmisano/throttler@https://github.com/vpalmisano/throttler#67e7cf65cff012ae15e0996f4977ca93c064aed6":
"@vpalmisano/throttler@https://github.com/vpalmisano/throttler#3141878acc9675aec06c525b15b4a7ea43ae296e":
version "0.0.4"
resolved "https://github.com/vpalmisano/throttler#67e7cf65cff012ae15e0996f4977ca93c064aed6"
resolved "https://github.com/vpalmisano/throttler#3141878acc9675aec06c525b15b4a7ea43ae296e"
dependencies:
change-case "^4.1.2"
convict "^6.2.4"
Expand Down

0 comments on commit 8709429

Please sign in to comment.