Skip to content

Commit fcde7a8

Browse files
author
lucien martijn
committed
docs: update remote url github
1 parent c690ce9 commit fcde7a8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "parquet-visualizer",
33
"displayName": "Parquet Visualizer",
4-
"description": "Inspect and query very large parquet files fast and easy",
4+
"description": "Inspect and query very large parquet/CSV files fast and easy",
55
"publisher": "lucien-martijn",
66
"icon": "media/ico128.png",
7-
"homepage": "https://github.com/luusluus/vscode-parquet-visualizer",
7+
"homepage": "https://github.com/Data-Lake-Visualizer/vscode-parquet-visualizer",
88
"bugs": {
9-
"url": "https://github.com/luusluus/vscode-parquet-visualizer/issues",
9+
"url": "https://github.com/Data-Lake-Visualizer/vscode-parquet-visualizer/issues",
1010
"email": "[email protected]"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/luusluus/vscode-parquet-visualizer.git"
14+
"url": "https://github.com/Data-Lake-Visualizer/vscode-parquet-visualizer.git"
1515
},
1616
"author": {
1717
"name": "Lucien Martijn",
@@ -32,6 +32,7 @@
3232
],
3333
"keywords": [
3434
"parquet",
35+
"csv",
3536
"visualizer",
3637
"table",
3738
"schema",

0 commit comments

Comments
 (0)