Navigation Menu

Skip to content

Commit

Permalink
🎉 Drop dependency on readable-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Dec 7, 2019
1 parent 6b5bf61 commit 191c4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -7,7 +7,7 @@
const os = require('os')
const debug = require('debug')('speaker')
const binding = require('bindings')('binding')
const Writable = require('readable-stream/writable')
const { Writable } = require('stream')

// determine the native host endianness, the only supported playback endianness
const endianness = os.endianness()
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -13,8 +13,7 @@
"dependencies": {
"bindings": "^1.3.0",
"buffer-alloc": "^1.1.0",
"debug": "^4.0.0",
"readable-stream": "^2.3.3"
"debug": "^4.0.0"
},
"devDependencies": {
"@types/node": "^12.12.14",
Expand Down

0 comments on commit 191c4eb

Please sign in to comment.