Skip to content

Commit

Permalink
fix: correct repo link on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
rkulinski committed Jan 2, 2024
1 parent c41d3b5 commit 3af664d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ route: /examples
- [**Update On Drag**](./examples/react/update-on-drag) - Updating ranger value on drag.
- [**Logarithmic Interpolator**](./examples/react/logarithmic-interpolator) - Updating ranger value on drag.

* Want to add another example? [Submit a PR!](https://github.com/tanstack/react-ranger/compare)
* Want to add another example? [Submit a PR!](https://github.com/tanstack/ranger/compare)
2 changes: 1 addition & 1 deletion packages/ranger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"homepage": "https://github.com/tannerlinsley/react-ranger#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tanstack/react-ranger.git"
"url": "git+https://github.com/tanstack/ranger.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 3af664d

Please sign in to comment.