Skip to content

Commit

Permalink
chore(ci): attempt to fix release notes 404 error due to slash encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrallen committed Feb 7, 2022
1 parent a198031 commit 87e11dc
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 @@ -5,18 +5,18 @@
"private": true,
"author": {
"name": "Eric Allen",
"url": "https://github.com/ericrallen/"
"url": "https://github.com/ericrallen"
},
"license": "MIT",
"repository": {
"url": "https://github.com/InterwebAlchemy/work-with-me/"
"url": "https://github.com/InterwebAlchemy/work-with-me"
},
"engines": {
"node": "14",
"npm": "6"
},
"bugs": {
"url": "https://github.com/InterwebAlchemy/work-with-me/issues/"
"url": "https://github.com/InterwebAlchemy/work-with-me/issues"
},
"lint-staged": {
"*.(md)": [
Expand Down

0 comments on commit 87e11dc

Please sign in to comment.