Skip to content

Commit 161c378

Browse files
authored
deps: make @types/readable-stream a standard dependency (#133)
1 parent 715cbf9 commit 161c378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"awesomesauce"
2929
],
3030
"dependencies": {
31+
"@types/readable-stream": "^4.0.0",
3132
"buffer": "^6.0.3",
3233
"inherits": "^2.0.4",
3334
"readable-stream": "^4.2.0"
3435
},
3536
"devDependencies": {
36-
"@types/readable-stream": "^4.0.0",
3737
"faucet": "~0.0.1",
3838
"standard": "^17.0.0",
3939
"tape": "^5.2.2",

0 commit comments

Comments
 (0)