We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4200b commit a9f6a51Copy full SHA for a9f6a51
package.json
@@ -50,7 +50,10 @@
50
"no-warnings": "ExperimentalWarning",
51
"enable-source-maps": true
52
},
53
- "repository": "amtrack/sfdx-browserforce-plugin",
+ "repository": {
54
+ "type": "git",
55
+ "url": "git+https://github.com/amtrack/sfdx-browserforce-plugin.git"
56
+ },
57
"scripts": {
58
"build": "rm -rf lib && tsc -p . && oclif manifest && oclif readme",
59
"develop": "bash scripts/develop.sh",
0 commit comments