xontable 0.2.1 → 0.2.3

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 +12 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -141,6 +141,18 @@ const columns: ColumnDef<Row>[] = [
141
141
  - React 19+
142
142
  - Peer deps: `react`, `react-dom`
143
143
 
144
+ ## Keywords
145
+ - spreadsheet
146
+ - grid
147
+ - table
148
+ - react
149
+ - typescript
150
+ - editable
151
+ - data-grid
152
+ - excel
153
+ - google-sheets
154
+ - clipboard
155
+
144
156
  ## Troubleshooting
145
157
 
146
158
  **Error: Could not resolve "./styles/xontable.css"**
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "xontable",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
+ "license": "MIT",
4
5
  "private": false,
5
6
  "type": "module",
6
7
  "main": "./dist/index.js",