Skip to content

Commit 6256521

Browse files
committed
chore: fix npm publish warning
> npm warn publish "repository" was changed from a string to an object
1 parent 530fbb2 commit 6256521

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"sfdx-plugin",
77
"sf-plugin"
88
],
9-
"repository": "amtrack/sf-plugin-metadata-coverage",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/amtrack/sf-plugin-metadata-coverage.git"
12+
},
1013
"license": "MIT",
1114
"type": "module",
1215
"bin": {

0 commit comments

Comments
 (0)