Skip to content

Commit 7f08165

Browse files
committed
fix: npm provenance fails due to missing repository field
1 parent 6997677 commit 7f08165

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

challenge/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,10 @@
6262
"authentication"
6363
],
6464
"author": "Bitsocial Labs",
65-
"license": "MIT"
65+
"license": "MIT",
66+
"repository": {
67+
"type": "git",
68+
"url": "https://github.com/bitsocialhq/mintpass",
69+
"directory": "challenge"
70+
}
6671
}

0 commit comments

Comments
 (0)