Skip to content

Commit

Permalink
chore: adjust to del breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Oct 10, 2024
1 parent be76e51 commit 8717cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dmn-js/tasks/build-distro.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import path from 'node:path';
import fs from 'node:fs';

import cp from 'cpy';
import del from 'del';
import { deleteAsync as del } from 'del';

import { execa as exec } from 'execa';

Expand Down

0 comments on commit 8717cdc

Please sign in to comment.