Просмотр исходного кода

fix(docs): Add repository field for npm provenance verification

NPM provenance verification requires the package.json repository
URL to match the GitHub repository the action is running from.
David Höck 1 день назад
Родитель
Сommit
5296c674e4
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      docs/package.json

+ 4 - 0
docs/package.json

@@ -11,6 +11,10 @@
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"
     },
     },
+    "repository": {
+        "type": "git",
+        "url": "https://github.com/vendurehq/vendure"
+    },
     "files": [
     "files": [
         "dist",
         "dist",
         "docs",
         "docs",