Skip to content

Commit

Permalink
deps: make @types/readable-stream a standard dependency (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-johnson committed Jan 10, 2024
1 parent 715cbf9 commit 161c378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,12 +28,12 @@
"awesomesauce"
],
"dependencies": {
"@types/readable-stream": "^4.0.0",
"buffer": "^6.0.3",
"inherits": "^2.0.4",
"readable-stream": "^4.2.0"
},
"devDependencies": {
"@types/readable-stream": "^4.0.0",
"faucet": "~0.0.1",
"standard": "^17.0.0",
"tape": "^5.2.2",
Expand Down

0 comments on commit 161c378

Please sign in to comment.