Skip to content

Commit

Permalink
fix: update repo paths in package.json (#23)
Browse files Browse the repository at this point in the history
Looks like these got mangled.
  • Loading branch information
achingbrain authored Mar 11, 2024
1 parent ceae18f commit 059ccc5
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 @@ -4,13 +4,13 @@
"description": "Convert Node.js streams to streaming iterables",
"author": "Alan Shaw",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com///github.com/alanshaw/stream-to-it#readme",
"homepage": "https://github.com/alanshaw/stream-to-it#readme",
"repository": {
"type": "git",
"url": "git+https://github.com///github.com/alanshaw/stream-to-it.git"
"url": "git+https://github.com/alanshaw/stream-to-it.git"
},
"bugs": {
"url": "https://github.com///github.com/alanshaw/stream-to-it/issues"
"url": "https://github.com/alanshaw/stream-to-it/issues"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 059ccc5

Please sign in to comment.