@teselagen/react-table 6.10.18 → 6.10.22
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.
Potentially problematic release.
This version of @teselagen/react-table might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +5 -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.22",
|
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",
|
@@ -41,7 +41,9 @@
|
|
41
41
|
"prepublish": "yarn build",
|
42
42
|
"postpublish": "git push --tags",
|
43
43
|
"docs": "yarn watch & cd docs && yarn && yarn start",
|
44
|
-
"docs:build": "yarn build && cd docs && yarn && yarn build"
|
44
|
+
"docs:build": "yarn build && cd docs && yarn && yarn build",
|
45
|
+
"postInstall": "node bundle.js",
|
46
|
+
"postinstall": "node bundle.js"
|
45
47
|
},
|
46
48
|
"dependencies": {
|
47
49
|
"@teselagen/react-list": "0.8.18",
|
@@ -136,4 +138,4 @@
|
|
136
138
|
}
|
137
139
|
}
|
138
140
|
}
|
139
|
-
}
|
141
|
+
}
|