Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Apr 27, 2024
1 parent d4db316 commit eb07ea0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"description": "simply-effect: better than all the rest",
"author": "Kasper Peulen",
"license": "MIT",
"repository": "kasperpeulen/simply-effect",
"repository": {
"type": "git",
"url": "https://github.com/kasperpeulen/simply-effect.git"
},
"homepage": "https://github.com/kasperpeulen/simply-effect",
"bugs": {
"url": "https://github.com/kasperpeulen/simply-effect/issues"
Expand Down

0 comments on commit eb07ea0

Please sign in to comment.