We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af185a commit b214a4aCopy full SHA for b214a4a
rename-overwrite/index.js
@@ -1,8 +1,7 @@
1
'use strict'
2
const fs = require('fs')
3
-const { promisify } = require('util')
4
const copySync = require('fs-extra/lib/copy/copy-sync')
5
-const copy = promisify(require('fs-extra/lib/copy/copy'))
+const copy = require('fs-extra/lib/copy/copy')
6
const path = require('path')
7
const rimraf = require('@zkochan/rimraf')
8
0 commit comments