Skip to content

Commit

Permalink
deps: remove safe-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 9, 2018
1 parent d9bf359 commit 04b3ef7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict'

const Buffer = require('safe-buffer').Buffer

const crypto = require('crypto')
const Transform = require('stream').Transform

Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
"twitter": "maybekatz"
},
"license": "ISC",
"dependencies": {
"safe-buffer": "^5.1.1"
},
"dependencies": {},
"devDependencies": {
"nyc": "^11.4.1",
"standard": "^10.0.3",
Expand Down

0 comments on commit 04b3ef7

Please sign in to comment.