Skip to content

Commit

Permalink
cleanup: remove unnecessary devDependency readable-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 authored and wesleytodd committed Nov 25, 2024
1 parent 42a0a2a commit 5703da0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
unreleased
==================

* remove unnecessary devDependency `readable-stream`

v2.0.0 / 2024-09-02
==================

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"eslint-plugin-standard": "4.1.0",
"mocha": "10.0.0",
"nyc": "15.1.0",
"readable-stream": "2.3.6",
"safe-buffer": "5.2.1",
"supertest": "6.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion test/support/sws.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var stream = require('readable-stream')
var stream = require('stream')
var util = require('util')

module.exports = SlowWriteStream
Expand Down

0 comments on commit 5703da0

Please sign in to comment.