Skip to content

Commit

Permalink
fix: update repo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 10, 2022
1 parent b9d7503 commit 0791e25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- uses: ipfs/aegir/actions/cache-node-modules@master
- uses: ipfs/aegir/actions/docker-login@master
with:
docker-token: ${{ secrets.DOCKER_USERNAME }}
docker-token: ${{ secrets.DOCKER_TOKEN }}
docker-username: ${{ secrets.DOCKER_USERNAME }}
- run: npm run --if-present release
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type { Duplex } from 'it-stream-types'

## Contribute

Feel free to dive in! [Open an issue](https://github.com/achingbrain/stream-types/issues/new) or submit PRs.
Feel free to dive in! [Open an issue](https://github.com/achingbrain/it-stream-types/issues/new) or submit PRs.

## License

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/achingbrain/stream-types.git"
"url": "git+https://github.com/achingbrain/it-stream-types.git"
},
"bugs": {
"url": "https://github.com/achingbrain/stream-types/issues"
"url": "https://github.com/achingbrain/it-stream-types/issues"
},
"homepage": "https://github.com/achingbrain/stream-types#readme"
"homepage": "https://github.com/achingbrain/it-stream-types#readme"
}

0 comments on commit 0791e25

Please sign in to comment.