Skip to content

Commit af37dc1

Browse files
authored
Fix npm provenance validation during publish (#3657)
1 parent b6caa99 commit af37dc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/ui-extensions/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@
152152
"access": "public",
153153
"@shopify:registry": "https://registry.npmjs.org/"
154154
},
155+
"repository": {
156+
"type": "git",
157+
"url": "https://github.com/Shopify/ui-extensions.git",
158+
"directory": "packages/ui-extensions"
159+
},
155160
"files": [
156161
"build",
157162
"src",

0 commit comments

Comments
 (0)