Skip to content

Commit

Permalink
Remove unnecessary safe-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 9, 2021
1 parent 5c6752f commit 375b158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"level-community": "^3.0.0",
"memdown": "^5.0.0",
"nyc": "^15.1.0",
"safe-buffer": "^5.1.1",
"standard": "^16.0.3",
"tape": "^5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const test = require('tape')
const encdown = require('..')
const memdown = require('memdown')
const Buffer = require('safe-buffer').Buffer
const Buffer = require('buffer').Buffer
const hasOwnProperty = Object.prototype.hasOwnProperty
const noop = function () {}

Expand Down

0 comments on commit 375b158

Please sign in to comment.