use local module
This commit is contained in:
parent
f7fcbf9ef6
commit
81b3119301
2
dist/operators.js
vendored
2
dist/operators.js
vendored
@ -6,7 +6,7 @@ Object.defineProperty(exports, '__esModule', {
|
|||||||
value: true
|
value: true
|
||||||
});
|
});
|
||||||
|
|
||||||
var _Equation = require('equation');
|
var _Equation = require('./index');
|
||||||
|
|
||||||
var _Equation2 = _interopRequireWildcard(_Equation);
|
var _Equation2 = _interopRequireWildcard(_Equation);
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import Equation from 'equation';
|
import Equation from './index';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Operators and Functions
|
* Operators and Functions
|
||||||
|
Loading…
Reference in New Issue
Block a user