Skip to content

Commit

Permalink
fix: export flatten plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmylee committed Sep 28, 2022
1 parent 5b26e5e commit e968362
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "svelte-headless-table",
"description": "Unopinionated and extensible data tables for Svelte",
"version": "0.14.3",
"version": "0.14.4",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
1 change: 1 addition & 0 deletions src/lib/plugins/index.ts
Expand Up @@ -9,6 +9,7 @@ export {
export { addColumnOrder } from './addColumnOrder';
export { addDataExport } from './addDataExport';
export { addExpandedRows } from './addExpandedRows';
export { addFlatten } from './addFlatten';
export { addGridLayout } from './addGridLayout';
export { addGroupBy } from './addGroupBy';
export { addHiddenColumns } from './addHiddenColumns';
Expand Down

1 comment on commit e968362

@vercel
Copy link

@vercel vercel bot commented on e968362 Sep 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.