Skip to content

Commit

Permalink
Run "npm pkg fix" on all non-private package.json files.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Sep 9, 2023
1 parent 623ef35 commit 40216aa
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion formatter-codequality/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://github.com/DavidAnson/markdownlint-cli2",
"repository": {
"type": "git",
"url": "https://github.com/DavidAnson/markdownlint-cli2.git"
"url": "git+https://github.com/DavidAnson/markdownlint-cli2.git"
},
"bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion formatter-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://github.com/DavidAnson/markdownlint-cli2",
"repository": {
"type": "git",
"url": "https://github.com/DavidAnson/markdownlint-cli2.git"
"url": "git+https://github.com/DavidAnson/markdownlint-cli2.git"
},
"bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion formatter-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://github.com/DavidAnson/markdownlint-cli2",
"repository": {
"type": "git",
"url": "https://github.com/DavidAnson/markdownlint-cli2.git"
"url": "git+https://github.com/DavidAnson/markdownlint-cli2.git"
},
"bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion formatter-junit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://github.com/DavidAnson/markdownlint-cli2",
"repository": {
"type": "git",
"url": "https://github.com/DavidAnson/markdownlint-cli2.git"
"url": "git+https://github.com/DavidAnson/markdownlint-cli2.git"
},
"bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion formatter-pretty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://github.com/DavidAnson/markdownlint-cli2",
"repository": {
"type": "git",
"url": "https://github.com/DavidAnson/markdownlint-cli2.git"
"url": "git+https://github.com/DavidAnson/markdownlint-cli2.git"
},
"bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion formatter-sarif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://github.com/DavidAnson/markdownlint-cli2",
"repository": {
"type": "git",
"url": "https://github.com/DavidAnson/markdownlint-cli2.git"
"url": "git+https://github.com/DavidAnson/markdownlint-cli2.git"
},
"bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion formatter-summarize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://github.com/DavidAnson/markdownlint-cli2",
"repository": {
"type": "git",
"url": "https://github.com/DavidAnson/markdownlint-cli2.git"
"url": "git+https://github.com/DavidAnson/markdownlint-cli2.git"
},
"bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/DavidAnson/markdownlint-cli2",
"repository": {
"type": "git",
"url": "https://github.com/DavidAnson/markdownlint-cli2.git"
"url": "git+https://github.com/DavidAnson/markdownlint-cli2.git"
},
"bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues",
"scripts": {
Expand Down

0 comments on commit 40216aa

Please sign in to comment.