Skip to content

Commit 885ec1f

Browse files
committed
Move patch-package out of dev dependencies
patch-package is used as a postinstall hook, but since it was in devDependencies, upstream packages would not install it. Moving it to dependencies isn't ideal since it's not needed at runtime, but the patch-package approach is only a temporary workaround for matrix-org/matrix-events-sdk#16 (review) anyways.
1 parent df2b65f commit 885ec1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
"matrix-events-sdk": "0.0.1-beta.7",
6464
"matrix-widget-api": "^1.0.0",
6565
"p-retry": "4",
66+
"patch-package": "^6.5.0",
67+
"postinstall-postinstall": "^2.1.0",
6668
"qs": "^6.9.6",
6769
"sdp-transform": "^2.14.1",
6870
"unhomoglyph": "^1.0.6"
@@ -110,8 +112,6 @@
110112
"jest-mock": "^29.0.0",
111113
"jsdoc": "^3.6.6",
112114
"matrix-mock-request": "^2.5.0",
113-
"patch-package": "^6.5.0",
114-
"postinstall-postinstall": "^2.1.0",
115115
"rimraf": "^3.0.2",
116116
"terser": "^5.5.1",
117117
"tsify": "^5.0.2",

0 commit comments

Comments
 (0)