Skip to content

Commit d10dd24

Browse files
committed
feature: package: @cloudcmd/move-files v7.0.0
1 parent c4641e0 commit d10dd24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"homepage": "https://github.com/cloudcmd/node-fileop",
4747
"dependencies": {
48-
"@cloudcmd/move-files": "^6.0.0",
48+
"@cloudcmd/move-files": "^7.0.0",
4949
"copymitter": "^8.0.1",
5050
"currify": "^4.0.0",
5151
"express": "^4.16.3",

test/lib/emitters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports.customEmitter = wraptile((fns) => {
8181
return emitter;
8282
});
8383

84-
module.exports.abortEmitter = (from, to, names = to) => {
84+
module.exports.abortEmitter = () => {
8585
const emitter = new EventEmitter();
8686

8787
emitter.abort = () => {

0 commit comments

Comments
 (0)