Skip to content

Commit

Permalink
fix: add string decoder as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Jun 30, 2023
1 parent ec65f43 commit 8fe426f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"abort-controller": "^3.0.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"process": "^0.11.10"
"process": "^0.11.10",
"string_decoder": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.17.10",
Expand Down

0 comments on commit 8fe426f

Please sign in to comment.