Skip to content

Commit b307d3f

Browse files
committed
fix: use cpy@8 to prevent ES module issues
1 parent 7bce6d3 commit b307d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create/utils/generate-package-json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = function generatePackageJson(options) {
5555
devDependencies.push('cordova-res');
5656
}
5757
if (type.indexOf('cordova') >= 0 || type.indexOf('capacitor') >= 0) {
58-
devDependencies.push(...['cpy', 'rimraf']);
58+
devDependencies.push(...['cpy@8', 'rimraf']);
5959
}
6060
}
6161

0 commit comments

Comments
 (0)