Add missing filenames for Node 12 imports

This commit is contained in:
Michał Janiszewski 2019-11-12 23:43:16 +01:00 committed by d98762625
parent fe997e7824
commit 5a623c1a28

View file

@ -6,8 +6,8 @@
* @license Apache-2.0 * @license Apache-2.0
*/ */
import Operation from "../Operation"; import Operation from "../Operation.mjs";
import OperationError from "../errors/OperationError"; import OperationError from "../errors/OperationError.mjs";
/** /**
* Lorenz operation * Lorenz operation