use local module

This commit is contained in:
Mahdi Dibaiee 2015-06-21 23:39:12 +04:30
parent f7fcbf9ef6
commit 81b3119301
2 changed files with 2 additions and 2 deletions

2
dist/operators.js vendored
View File

@ -6,7 +6,7 @@ Object.defineProperty(exports, '__esModule', {
value: true
});
var _Equation = require('equation');
var _Equation = require('./index');
var _Equation2 = _interopRequireWildcard(_Equation);

View File

@ -1,4 +1,4 @@
import Equation from 'equation';
import Equation from './index';
/*
* Operators and Functions