Skip to content

Commit c16f464

Browse files
authored
Fix npm provenance validation during publish (#3692)
1 parent 758227b commit c16f464

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/ui-extensions-react/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
"react-reconciler": "0.29.0",
8686
"react-test-renderer": "^18.2.0"
8787
},
88+
"repository": {
89+
"type": "git",
90+
"url": "https://github.com/Shopify/ui-extensions.git",
91+
"directory": "packages/ui-extensions"
92+
},
8893
"files": [
8994
"build",
9095
"src",

0 commit comments

Comments
 (0)