Skip to content

Commit

Permalink
add data packages keyword to package.json for v1.8 release (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Feb 11, 2022
1 parent a95281b commit e4b1b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tabular-data-viewer",
"displayName": "Tabular Data Viewer δΈ­",
"description": "Tabular Data Viewer provides fast DSV data loading and custom Table Views πŸ€„ for large local and remote .csv, .tsv and .tab data files with Tabulator Table, Perspective View, D3FC Chart Views πŸ“ŠπŸ“ˆ and Papa Parse CSV parser.",
"description": "Tabular Data Viewer provides fast DSV data loading and custom Table Views πŸ€„ for large local and remote .csv, .tsv and .tab data files with Tabulator Table, Perspective View, D3FC Chart Views πŸ“Š πŸ“ˆ and Papa Parse CSV parser.",
"version": "1.8.0",
"engines": {
"vscode": "^1.64.0"
Expand Down Expand Up @@ -44,6 +44,7 @@
"table view",
"tabular data view config",
"tabulator",
"data packages πŸ“¦",
"data streaming",
"data perspective view"
],
Expand Down

0 comments on commit e4b1b39

Please sign in to comment.