@teselagen/react-table 6.10.12 → 6.10.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teselagen/react-table",
|
3
|
-
"version": "6.10.
|
3
|
+
"version": "6.10.13",
|
4
4
|
"description": "teselagen maintained version of react-table@v6 (with react-list virtualization enabled by default above 200 rows) -- A fast, lightweight, opinionated table and datagrid built on React",
|
5
5
|
"license": "MIT",
|
6
6
|
"homepage": "https://github.com/tnrich/react-table#readme",
|
@@ -15,8 +15,8 @@
|
|
15
15
|
"react-table",
|
16
16
|
"datagrid"
|
17
17
|
],
|
18
|
-
"main": "
|
19
|
-
"module": "
|
18
|
+
"main": "lib/index.js",
|
19
|
+
"module": "es/index.js",
|
20
20
|
"files": [
|
21
21
|
"src/",
|
22
22
|
"es/",
|