Skip to content

Commit d626bc6

Browse files
authored
removes fs-extra dependency (#182)
* rm fs-extra dependency * fix readme test cmd
1 parent 5a792b2 commit d626bc6

File tree

4 files changed

+2360
-674
lines changed

4 files changed

+2360
-674
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Specifying exceptions can be done by flow, rule and result(s), as shown in the f
162162
4. **Run Tests**
163163

164164
```bash
165-
npm run build
165+
npm run test
166166
```
167167

168168
5. **Linking** **Core Module (Optional)**

SECURITY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ We actively track and maintain an up-to-date inventory of all third-party depend
2929
| `@salesforce/sf-plugins-core` | [BSD-3-Clause](https://github.com/salesforce/sf-plugins-core/blob/main/LICENSE) | Base library for Salesforce CLI plugins |
3030
| `chalk` | [MIT](https://github.com/chalk/chalk/blob/main/license) | Terminal string styling (colors) |
3131
| `cosmiconfig` | [MIT](https://github.com/davidtheclark/cosmiconfig/blob/main/LICENSE) | Config file loader for JavaScript/Node |
32-
| `fs-extra` | [MIT](https://github.com/jprichardson/node-fs-extra/blob/master/LICENSE) | Extended filesystem utilities |
3332
| `glob` | [MIT](https://github.com/isaacs/node-glob/blob/master/LICENSE) | File pattern matching |
3433
| `lightning-flow-scanner-core` | [MIT](https://github.com/Flow-Scanner/lightning-flow-scanner-core/blob/main/LICENSE.md) | Salesforce Flow scanning utilities |

0 commit comments

Comments
 (0)