trotl-table 1.0.18 → 1.0.20

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 +0 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,16 +8,6 @@ A simple, flexible **Table UI** for React — with rows drag‑and‑drop, conte
8
8
 
9
9
  ## 🚀 Installation
10
10
 
11
- ```bash
12
- .highlight {
13
- background-color: yellow;
14
- font-weight: bold;
15
- }
16
-
17
-
18
- 🏆 License
19
-
20
-
21
11
  ```bash
22
12
  npm install trotl-table
23
13
  # or
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trotl-table",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "description": "Reusable table UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",