Rename ensure-extensions-dirs.ts to align with function name (#6737)

This commit is contained in:
Nicola Krumschmidt
2021-07-09 17:23:04 +02:00
committed by GitHub
parent b7a50c5012
commit 1436340163
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
export * from './ensure-extensions-dirs';
export * from './ensure-extension-dirs';
export * from './generate-extensions-entry';
export * from './get-extensions';
export * from './is-extension';