Skip to content

Commit caa3e30

Browse files
authored
Merge pull request #79 from ghiscoding/chore/native-copyfiles
chore: replace copyfiles with a in-house native package
2 parents 877c1f8 + 63a168b commit caa3e30

File tree

3 files changed

+27
-211
lines changed

3 files changed

+27
-211
lines changed

packages/excel-builder-vanilla/copy-types.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { writeFileSync } from 'node:fs';
2-
import copyfiles from 'copyfiles';
2+
import { copyfiles } from 'native-copyfiles';
33

44
// copy all types (d.ts) files with same folder structures
55
const source = 'dist/**/*.d.{cts,ts}';

packages/excel-builder-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"fflate": "^0.8.2"
6464
},
6565
"devDependencies": {
66-
"copyfiles": "^2.4.1",
6766
"dts-bundle-generator": "^9.5.1",
67+
"native-copyfiles": "^0.2.1",
6868
"typescript": "^5.7.3",
6969
"vite": "^6.0.11"
7070
}

0 commit comments

Comments
 (0)