Skip to content

Commit

Permalink
[pkg] Add bufferutil and utf-8-validate as peer dependencies (#1626)
Browse files Browse the repository at this point in the history
Add bufferutil and utf-8-validate as optional peer dependencies.
  • Loading branch information
eps1lon authored and lpinca committed Oct 23, 2019
1 parent 65f7800 commit 289724f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Expand Up @@ -30,6 +30,18 @@
"dependencies": {
"async-limiter": "^1.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
},
"devDependencies": {
"benchmark": "^2.1.4",
"bufferutil": "^4.0.1",
Expand Down

0 comments on commit 289724f

Please sign in to comment.