Skip to content

Commit a9f6a51

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

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
@@ -50,7 +50,10 @@
5050
"no-warnings": "ExperimentalWarning",
5151
"enable-source-maps": true
5252
},
53-
"repository": "amtrack/sfdx-browserforce-plugin",
53+
"repository": {
54+
"type": "git",
55+
"url": "git+https://github.com/amtrack/sfdx-browserforce-plugin.git"
56+
},
5457
"scripts": {
5558
"build": "rm -rf lib && tsc -p . && oclif manifest && oclif readme",
5659
"develop": "bash scripts/develop.sh",

0 commit comments

Comments
 (0)