File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 * LICENSE file in the root directory of this source tree.
77 * ========================================================================== */
88
9+ import pkg from "../lerna.json" ;
910import { getOutput } from "./utils/get-output" ;
1011import { printBanner , printSpacer } from "./utils/print-utils" ;
11- import pkg from "../lerna.json" ;
1212
1313const ORG = "cloud-annotations" ;
1414const REPO = "docusaurus-openapi" ;
Original file line number Diff line number Diff line change 66 * LICENSE file in the root directory of this source tree.
77 * ========================================================================== */
88
9- import { getOutput } from "./utils/get-output" ;
109import { version } from "../lerna.json" ;
10+ import { getOutput } from "./utils/get-output" ;
1111
1212// Makes the script crash on unhandled rejections instead of silently
1313// ignoring them. In the future, promise rejections that are not handled will
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ import { execSync } from "child_process";
1010import fs from "fs" ;
1111import path from "path" ;
1212
13+ import { version } from "../lerna.json" ;
1314import { createDryRun } from "./utils/dry-run" ;
1415import { getOutput } from "./utils/get-output" ;
1516import { printBanner } from "./utils/print-utils" ;
16- import { version } from "../lerna.json" ;
1717
1818const ORG = "cloud-annotations" ;
1919const REPO = "docusaurus-openapi" ;
You can’t perform that action at this time.
0 commit comments