Skip to content

Commit

Permalink
fix package json repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
mikearnaldi committed Oct 10, 2022
1 parent 9b1ad8b commit 911e2a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/strong-cheetahs-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fp-ts/core": patch
---

Fix package json repository urls
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gcanti/fp-ts.git"
"url": "https://github.com/fp-ts/core.git"
},
"author": "Giulio Canti <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcanti/fp-ts/issues"
"url": "https://github.com/fp-ts/core/issues"
},
"homepage": "https://github.com/gcanti/fp-ts",
"homepage": "https://github.com/fp-ts/core",
"description": "Functional programming in TypeScript",
"tags": [
"typescript",
Expand Down

0 comments on commit 911e2a8

Please sign in to comment.