Skip to content

Commit 1f99e74

Browse files
committed
fix: package json fields
1 parent 6f3c750 commit 1f99e74

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/dull-boats-sleep.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@googleworkspace/drive-picker-react": patch
3+
---
4+
5+
Fix package.json fields for provenance.

packages/drive-picker-react/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"react",
1616
"drive-picker"
1717
],
18+
"homepage": "https://github.com/googleworkspace/drive-picker-element",
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/googleworkspace/drive-picker-element.git"
22+
},
1823
"type": "module",
1924
"main": "./dist/index.js",
2025
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)