Skip to content

Commit

Permalink
readable-stream -> built-in stream 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Aug 20, 2023
1 parent f354493 commit a179d75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const {PassThrough} = require('readable-stream')
const {PassThrough} = require('stream')
const duplexer = require('duplexer3')
const hirestime = require('hirestime')
const Parser = require('tap-parser')
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"duplexer3": "^0.1.4",
"hirestime": "^7.0.3",
"pretty-ms": "^5.1.0",
"readable-stream": "^3.0.6",
"tap-parser": "^9.3.1"
}
}

0 comments on commit a179d75

Please sign in to comment.