ngx-deebodata-community 0.0.4 → 0.0.5

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 +3 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # NgxDeebodataCommunity
2
2
 
3
- This is an open source data grid with virtual scroll, column resizing, cell editing,
4
- tab accessibility, sorting, and filtering. It only uses core Angular modules.
3
+ DeeboData Community for Angular - an open source data grid with virtual scroll,
4
+ column resizing, cell editing, tab accessibility, sorting, and filtering. It
5
+ only uses core Angular modules.
5
6
 
6
7
  ## Usage
7
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-deebodata-community",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0",
@@ -23,5 +23,6 @@
23
23
  }
24
24
  },
25
25
  "type": "module",
26
+ "license": "MIT",
26
27
  "keywords": ["data", "grid", "open-source", "datagrid"]
27
28
  }