Skip to content

Commit

Permalink
chore(package): update reference to git repo (#213)
Browse files Browse the repository at this point in the history
* chore(package): update reference to git repo

* fix: update package.json

Co-authored-by: Pierre-Marie Dartus <p.dartus@salesforce.com>

Co-authored-by: Pierre-Marie Dartus <p.dartus@salesforce.com>
  • Loading branch information
nolanlawson and pmdartus committed Jun 1, 2021
1 parent 4a0a1e5 commit f631358
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@
"src/",
"config.js"
],
"repository": "git@github.com:salesforce/sfdx-lwc-jest.git",
"repository": {
"type": "git",
"url": "https://github.com/salesforce/sfdx-lwc-jest.git"
},
"bugs": {
"url": "https://github.com/salesforce/sfdx-lwc-jest/issues"
},
"homepage": "https://github.com/salesforce/sfdx-lwc-jest#readme",
"bin": {
"lwc-jest": "./bin/sfdx-lwc-jest",
"sfdx-lwc-jest": "./bin/sfdx-lwc-jest"
Expand Down

0 comments on commit f631358

Please sign in to comment.