Skip to content

Commit aae08af

Browse files
committed
fix: add repository field to conflux-devkit package.json for provenance
1 parent 2033bf5 commit aae08af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

devtools/devkit/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,13 @@
5151
},
5252
"publishConfig": {
5353
"access": "public"
54+
},
55+
"repository": {
56+
"type": "git",
57+
"url": "git+https://github.com/cfxdevkit/devkit.git"
58+
},
59+
"homepage": "https://github.com/cfxdevkit/devkit#readme",
60+
"bugs": {
61+
"url": "https://github.com/cfxdevkit/devkit/issues"
5462
}
5563
}

0 commit comments

Comments
 (0)