Skip to content

Commit

Permalink
cleanup: remove unnecessary devDependency safe-buffer (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Todd <wes@wesleytodd.com>
  • Loading branch information
Phillip9587 and wesleytodd authored Nov 25, 2024
1 parent d40ca85 commit 401ec84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
unreleased
==================

* remove unnecessary devDependency `safe-buffer`
* remove `unpipe` package and use native `unpipe()` method
* remove unnecessary devDependency `readable-stream`

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"eslint-plugin-standard": "4.1.0",
"mocha": "10.0.0",
"nyc": "15.1.0",
"safe-buffer": "5.2.1",
"supertest": "6.2.4"
},
"files": [
Expand Down
2 changes: 0 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

var Buffer = require('safe-buffer').Buffer
var finalhandler = require('..')
var http = require('http')

Expand Down

0 comments on commit 401ec84

Please sign in to comment.