mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
Fixed travis checks
This commit is contained in:
parent
e069ae4991
commit
5bab9b88e8
5 changed files with 62 additions and 62 deletions
|
@ -21,7 +21,7 @@ import PublicKeyModule from "./PublicKey.js";
|
|||
import RegexModule from "./Regex.js";
|
||||
import ShellcodeModule from "./Shellcode.js";
|
||||
import URLModule from "./URL.js";
|
||||
import CSVModule from "./CSVParser.js"
|
||||
import CSVModule from "./CSVParser.js";
|
||||
|
||||
Object.assign(
|
||||
OpModules,
|
||||
|
@ -39,7 +39,7 @@ Object.assign(
|
|||
RegexModule,
|
||||
ShellcodeModule,
|
||||
URLModule,
|
||||
CSVModule
|
||||
CSVModule
|
||||
);
|
||||
|
||||
export default OpModules;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue