Skip to content

Commit

Permalink
Update: Use clone-buffer module to clone buffers (ref #112)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 27, 2016
1 parent ddce456 commit 4f154b8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 39 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var path = require('path');
var clone = require('clone');
var cloneStats = require('clone-stats');
var cloneBuffer = require('./lib/cloneBuffer');
var cloneBuffer = require('clone-buffer');
var removeTrailingSep = require('remove-trailing-separator');
var isBuffer = require('buffer').Buffer.isBuffer;
var isStream = require('is-stream');
Expand Down
7 changes: 0 additions & 7 deletions lib/cloneBuffer.js

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
],
"dependencies": {
"clone": "^1.0.0",
"clone-buffer": "^1.0.0",
"clone-stats": "^1.0.0",
"cloneable-readable": "^0.5.0",
"remove-trailing-separator": "^1.0.1",
"is-stream": "^1.1.0",
"remove-trailing-separator": "^1.0.1",
"replace-ext": "^1.0.0"
},
"devDependencies": {
Expand Down
30 changes: 0 additions & 30 deletions test/clone-buffer.js

This file was deleted.

0 comments on commit 4f154b8

Please sign in to comment.