Skip to content

Commit f269758

Browse files
committed
export applyModifiers
1 parent ebc5bdb commit f269758

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@table-library/react-table-library",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "react-table-library",
55
"type": "module",
66
"main": "main.js",

src/common/util/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export * from './tree';
2+
export * from './modifiers';

0 commit comments

Comments
 (0)