Skip to content

Commit c65e033

Browse files
jimmywartingdcousens
authored andcommitted
rm safe buffer
1 parent acb8c5d commit c65e033

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

browser.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ function oldBrowser () {
1212
throw new Error('Secure random number generation is not supported by this browser.\nUse Chrome, Firefox or Internet Explorer 11')
1313
}
1414

15-
var Buffer = require('safe-buffer').Buffer
1615
var crypto = global.crypto || global.msCrypto
1716

1817
if (crypto && crypto.getRandomValues) {

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@
2828
"tap-spec": "^2.1.2",
2929
"tape": "^4.6.3",
3030
"zuul": "^3.7.2"
31-
},
32-
"dependencies": {
33-
"safe-buffer": "^5.1.0"
3431
}
3532
}

0 commit comments

Comments
 (0)