Replace glob-promise with fast-glob (#2096)

Co-authored-by: lublak <lublak.de@gmail.com>
This commit is contained in:
Omar Ajoue
2021-08-20 23:48:02 +02:00
committed by GitHub
parent 0a5b9ed153
commit 199377e183
6 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ import {
} from 'n8n-workflow';
import * as fs from 'fs';
import * as glob from 'glob-promise';
import * as glob from 'fast-glob';
import * as path from 'path';
export class ImportCredentialsCommand extends Command {