👕 Replace some double quotes with single ones

This commit is contained in:
Jan Oberhauser
2019-09-19 14:14:37 +02:00
parent e19bdbf6d7
commit d337cbd805
20 changed files with 21 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ import {
} from 'fs';
import * as glob from 'glob-promise';
import * as path from 'path';
import { promisify } from "util";
import { promisify } from 'util';
const fsAccessAsync = promisify(fsAccess);
const fsReaddirAsync = promisify(fsReaddir);