Skip to content

Commit 74b8de3

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

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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/sfdx-plugin-source-read",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/amtrack/sfdx-plugin-source-read.git"
12+
},
1013
"license": "MIT",
1114
"author": "Matthias Rolke @amtrack",
1215
"type": "module",

0 commit comments

Comments
 (0)