Skip to content

Commit 2c2c80a

Browse files
committed
feature(package) pipe-io v3.0.0
1 parent fa4eee3 commit 2c2c80a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/fs-copy-file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
const fs = require('fs');
4-
const pipe = require('pipe-io/legacy');
4+
const pipe = require('pipe-io');
55

66
const COPYFILE_EXCL = 1;
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"report": "nyc report --reporter=text-lcov | coveralls"
2626
},
2727
"dependencies": {
28-
"pipe-io": "^2.0.5"
28+
"pipe-io": "^3.0.0"
2929
},
3030
"license": "MIT",
3131
"engines": {

0 commit comments

Comments
 (0)