Skip to content

Commit

Permalink
feat: 🎸 move [expand] & [combine] to core
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Sep 16, 2022
1 parent b1a0d16 commit 1b97856
Show file tree
Hide file tree
Showing 11 changed files with 4,421 additions and 4,020 deletions.
7,580 changes: 3,654 additions & 3,926 deletions packages/analytics/package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"dependencies": {
"@ezs/store": "1.4.4",
"async-each-series": "1.1.0",
"cacache": "^16.1.0",
"fast-sort": "2.1.1",
"lodash.clone": "4.5.0",
"lodash.flatten": "4.4.0",
Expand Down
4 changes: 0 additions & 4 deletions packages/analytics/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import multiply from './mulitply';
import distance from './distance';
import aggregate from './aggregate';
import statistics from './statistics';
import combine from './combine';
import expand from './expand';

const funcs = {
count,
Expand Down Expand Up @@ -64,8 +62,6 @@ const funcs = {
distance,
aggregate,
statistics,
combine,
expand,
};

export default funcs;
Expand Down
Loading

0 comments on commit 1b97856

Please sign in to comment.