Skip to content

Commit

Permalink
fix build status badge in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Oct 21, 2023
1 parent e6c4ac6 commit 682917a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ copyright and related or neighboring rights][cc0] to this library.
[npm-url]: https://npmjs.org/package/@pirxpilot/tz-lookup

[build-url]: https://github.com/pirxpilot/tz-lookup/actions/workflows/check.yaml
[build-image]: https://img.shields.io/github/workflow/status/pirxpilot/tz-lookup/check
[build-image]: https://img.shields.io/github/actions/workflow/status/pirxpilot/tz-lookup/check.yaml?branch=main

[deps-image]: https://img.shields.io/librariesio/release/npm/@pirxpilot/tz-lookup
[deps-url]: https://libraries.io/npm/@pirxpilot%2Ftz-lookup
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"Damian Krzeminski <pirxpilot@furkot.com>"
],
"license": "CC0-1.0",
"repository": "pirxpilot/tz-lookup",
"repository": {
"type": "git",
"url": "git+https://github.com/pirxpilot/tz-lookup.git"
},
"devDependencies": {
"assert": "^2.0.0",
"browserify": "~17",
Expand All @@ -31,4 +34,4 @@
"lib",
"data"
]
}
}

0 comments on commit 682917a

Please sign in to comment.