Skip to content

Commit f631358

Browse files
chore(package): update reference to git repo (#213)
* chore(package): update reference to git repo * fix: update package.json Co-authored-by: Pierre-Marie Dartus <[email protected]> Co-authored-by: Pierre-Marie Dartus <[email protected]>
1 parent 4a0a1e5 commit f631358

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@
99
"src/",
1010
"config.js"
1111
],
12-
"repository": "[email protected]:salesforce/sfdx-lwc-jest.git",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/salesforce/sfdx-lwc-jest.git"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/salesforce/sfdx-lwc-jest/issues"
18+
},
19+
"homepage": "https://github.com/salesforce/sfdx-lwc-jest#readme",
1320
"bin": {
1421
"lwc-jest": "./bin/sfdx-lwc-jest",
1522
"sfdx-lwc-jest": "./bin/sfdx-lwc-jest"

0 commit comments

Comments
 (0)