Skip to content

Commit 7c10240

Browse files
authored
Fix homepage links in cells and source packages (#1088)
1 parent 1fa50aa commit 7c10240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cells/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"url": "git+https://github.com/glideapps/glide-data-grid.git",
3535
"directory": "packages/cells"
3636
},
37-
"homepage": "https://github.com/glideapps/glide-data-grid/tree/main/cells",
37+
"homepage": "https://github.com/glideapps/glide-data-grid/tree/main/packages/cells",
3838
"author": "Glide",
3939
"license": "MIT",
4040
"keywords": [

packages/source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"url": "git+https://github.com/glideapps/glide-data-grid.git",
2727
"directory": "packages/source"
2828
},
29-
"homepage": "https://github.com/glideapps/glide-data-grid/tree/main/cells",
29+
"homepage": "https://github.com/glideapps/glide-data-grid/tree/main/packages/source",
3030
"author": "Glide",
3131
"license": "MIT",
3232
"keywords": [

0 commit comments

Comments
 (0)