Skip to content

Commit 5104412

Browse files
Readd Dependencies
1 parent b19c8f4 commit 5104412

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bundle-schemas.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import $RefParser from "@apidevtools/json-schema-ref-parser";
1+
const $RefParser = require('@apidevtools/json-schema-ref-parser');
2+
const fs = require('fs');
23

34
async function bundleSchemas() {
45
try {

0 commit comments

Comments
 (0)