diff options
author | Peter Johanson <peter@peterjohanson.com> | 2021-03-29 01:20:57 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-09-11 00:50:36 -0400 |
commit | 47abbe7925dece8a50b1001b0b9f32c64268f61b (patch) | |
tree | ade455d82f253244cde1172bfaf0e9124e887530 /docs/src/hardware-schema-typescript-plugin | |
parent | 5e6634d2e522289c5169b22a2a0d8b600a0e008d (diff) |
feat(docs): Add dynamic hardware list component.
Diffstat (limited to 'docs/src/hardware-schema-typescript-plugin')
-rw-r--r-- | docs/src/hardware-schema-typescript-plugin/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/hardware-schema-typescript-plugin/index.js b/docs/src/hardware-schema-typescript-plugin/index.js index 2ccbf19..728d501 100644 --- a/docs/src/hardware-schema-typescript-plugin/index.js +++ b/docs/src/hardware-schema-typescript-plugin/index.js @@ -6,7 +6,7 @@ var PrebuildPlugin = require("prebuild-webpack-plugin"); const fs = require("fs"); -const { compileFromFile } = require('json-schema-to-typescript'); +const { compileFromFile } = require("json-schema-to-typescript"); async function generateHardwareMetadataTypescript() { const ts = await compileFromFile("../schema/hardware-metadata.schema.json"); @@ -26,4 +26,4 @@ module.exports = function () { }; }, }; -};
\ No newline at end of file +}; |