Skip to content

Commit

Permalink
chore(release): support only accumulation
Browse files Browse the repository at this point in the history
  • Loading branch information
quanho committed Feb 12, 2020
1 parent f6dc158 commit 22f9ace
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,12 @@ import util from './utils/util';
import helper from './expression-modifiers/helper';
import SoftPropertyHandler from './soft-property-handler';
import accumulation from './expression-modifiers/accumulation';
import movingAverage from './expression-modifiers/moving-average';
import difference from './expression-modifiers/difference';
import normalization from './expression-modifiers/normalization';
import MasterItemSubscriber from './master-item-subscriber';
import measureBaseAdapter from './base-adapter';
import measureBase from './base';

const availableModifiers = {
accumulation,
movingAverage,
difference,
normalization,
};

const defaultTypeValue = 'none';
Expand Down

0 comments on commit 22f9ace

Please sign in to comment.