Skip to content

Commit 5dec624

Browse files
committed
chore - deno 2, no more vendoring
1 parent 09bd126 commit 5dec624

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package/src/common/prepare-dist.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ function supportingFiles(config: Configuration) {
194194
from: join(config.directoryInfo.src, "resources"),
195195
to: config.directoryInfo.pkgWorking.share,
196196
},
197-
{
198-
from: join(config.directoryInfo.src, "resources", "vendor"),
199-
to: join(config.directoryInfo.pkgWorking.bin, "vendor"),
200-
},
201197
];
202198

203199
// Gather supporting files

0 commit comments

Comments
 (0)