@elastic.io/component-build-helper
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -14,4 +14,3 @@ #!/usr/bin/env node | ||
}; | ||
const componentJson = await (0, metaloader_1.validateComponentJSON)(getFileFunction); | ||
console.log(JSON.stringify(componentJson)); | ||
await (0, metaloader_1.validateComponentJSON)(getFileFunction); | ||
} | ||
@@ -18,0 +17,0 @@ ; |
{ | ||
"name": "@elastic.io/component-build-helper", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Helpers for the component build process", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -15,4 +15,3 @@ #!/usr/bin/env node | ||
}; | ||
const componentJson = await validateComponentJSON(getFileFunction); | ||
console.log(JSON.stringify(componentJson)); | ||
await validateComponentJSON(getFileFunction); | ||
}; | ||
@@ -19,0 +18,0 @@ |
Sorry, the diff of this file is not supported yet
59453
1304