Skip to content

Commit 1c1630a

Browse files
committed
update imports
1 parent 1e3024c commit 1c1630a

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,7 @@ npm install @flow-scanner/lightning-flow-scanner-core
353353
6. Create a standalone UMD Module(Optional):
354354

355355
```bash
356-
npm run vite:dist
356+
npm run vite:dist // creates UMD at`dist/lightning-flow-scanner-core.umd.js`.
357357
```
358358

359-
The UMD module will be created at`dist/lightning-flow-scanner-core.umd.js`.
360-
361359
###### Want to help improve Lightning Flow Scanner? See our [Contributing Guidelines](https://github.com/Flow-Scanner/lightning-flow-scanner-core/blob/main/CONTRIBUTING.md).

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import type { IRuleDefinition } from "./main/interfaces/IRuleDefinition";
22
import type { IRulesConfig } from "./main/interfaces/IRulesConfig";
33

44
import { Compiler } from "./main/libs/Compiler";
5-
import { exportDetails } from "./main/libs/exportDetails";
6-
import { exportSarif } from "./main/libs/exportSarif";
5+
import { exportDetails } from "./main/libs/exportAsDetails";
6+
import { exportSarif } from "./main/libs/exportAsSarif";
77
import { fix } from "./main/libs/FixFlows";
88
import { getBetaRules, getRules } from "./main/libs/GetRuleDefinitions";
99
import { parse } from "./main/libs/ParseFlows";
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)