Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 1615831

Browse files
committed
chore: remove safe-buffer
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 3eda55d commit 1615831

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

js/src/block/get.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const chai = require('chai')
55
const dirtyChai = require('dirty-chai')
66
const multihash = require('multihashes')
77
const CID = require('cids')
8-
const Buffer = require('safe-buffer').Buffer
98
const auto = require('async/auto')
109
const { getDescribe, getIt } = require('../utils/mocha')
1110

js/src/block/put.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const dirtyChai = require('dirty-chai')
66
const Block = require('ipfs-block')
77
const multihash = require('multihashes')
88
const CID = require('cids')
9-
const Buffer = require('safe-buffer').Buffer
109
const { getDescribe, getIt } = require('../utils/mocha')
1110

1211
const expect = chai.expect

0 commit comments

Comments
 (0)