mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Add file extensions which are mandatory for the latest Node 12.x.
Note: This doesn't solve the upstream import's which still don't comply but it preps CyberChef for it.
This commit is contained in:
parent
05e65a74ce
commit
03a1c566fc
4 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import Operation from "../Operation";
|
||||
import Operation from "../Operation.mjs";
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue