Explorar o código

Small export fix

Leszek Wiesner %!s(int64=4) %!d(string=hai) anos
pai
achega
7605809b0f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      content-directory-schemas/src/index.ts

+ 1 - 1
content-directory-schemas/src/index.ts

@@ -3,4 +3,4 @@ export { InputParser } from './helpers/InputParser'
 export { getInputs, getInputsLocation } from './helpers/inputs'
 export { isReference, isSingle } from './helpers/propertyType'
 export { getSchemasLocation } from './helpers/schemas'
-export * as initializeContentDir from './helpers/initialize'
+export { default as initializeContentDir } from './helpers/initialize'