flexitablesort 1.1.13 → 1.1.14

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ > ⚠️ **This package has been renamed to [react-table-dnd](https://www.npmjs.com/package/react-table-dnd).**
2
+ > Please migrate: `npm uninstall flexitablesort && npm install react-table-dnd`
3
+ > This package will no longer receive updates.
4
+
1
5
  <div align="center">
2
6
 
3
7
  # flexitablesort
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexitablesort",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "type": "module",
5
5
  "description": "Sortable table with draggable rows and columns",
6
6
  "main": "dist/index.cjs.js",