Skip to content

Commit 5a18311

Browse files
Updating package.json
1 parent 01b5569 commit 5a18311

File tree

2 files changed

+44
-47
lines changed

2 files changed

+44
-47
lines changed

Diff for: package-lock.json

+42-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"install": "node install.js",
1515
"test": "node test.js",
1616
"lint": "eslint .",
17-
"prepublishOnly": "npm run lint && npm test",
18-
"postinstall": "patch-package"
17+
"prepublishOnly": "npm run lint && npm test"
1918
},
2019
"ffmpeg-static": {
2120
"binary-release-tag": "b6.1.1-rc.2",
@@ -50,7 +49,7 @@
5049
"node": ">=10"
5150
},
5251
"dependencies": {
53-
"@derhuerst/http-basic": "8.2.0",
52+
"@derhuerst/http-basic": "8.2.4",
5453
"env-paths": "^2.2.0",
5554
"https-proxy-agent": "^5.0.0",
5655
"progress": "^2.0.3"

0 commit comments

Comments
 (0)