Skip to content

Commit 289724f

Browse files
eps1lonlpinca
authored andcommitted
[pkg] Add bufferutil and utf-8-validate as peer dependencies (#1626)
Add bufferutil and utf-8-validate as optional peer dependencies.
1 parent 65f7800 commit 289724f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@
3030
"dependencies": {
3131
"async-limiter": "^1.0.0"
3232
},
33+
"peerDependencies": {
34+
"bufferutil": "^4.0.1",
35+
"utf-8-validate": "^5.0.2"
36+
},
37+
"peerDependenciesMeta": {
38+
"bufferutil": {
39+
"optional": true
40+
},
41+
"utf-8-validate": {
42+
"optional": true
43+
}
44+
},
3345
"devDependencies": {
3446
"benchmark": "^2.1.4",
3547
"bufferutil": "^4.0.1",

0 commit comments

Comments
 (0)