Skip to content

Commit

Permalink
ci: so git push doesn't pitch a fit (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored Nov 28, 2022
1 parent 8a0af48 commit 7d112e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/wfcd/eslint-config.git"
"url": "git+https://github.com/WFCD/eslint-config.git"
},
"keywords": [
"eslint",
Expand All @@ -20,9 +20,9 @@
"author": "TobiTenno <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wfcd/eslint-config/issues"
"url": "https://github.com/WFCD/eslint-config/issues"
},
"homepage": "https://github.com/wfcd/eslint-config#readme",
"homepage": "https://github.com/WFCD/eslint-config#readme",
"exports": {
".": "./index.js",
"./esm": "./esm.js",
Expand Down

0 comments on commit 7d112e3

Please sign in to comment.