Skip to content

Commit 3af664d

Browse files
committed
fix: correct repo link on npm
1 parent c41d3b5 commit 3af664d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ route: /examples
1010
- [**Update On Drag**](./examples/react/update-on-drag) - Updating ranger value on drag.
1111
- [**Logarithmic Interpolator**](./examples/react/logarithmic-interpolator) - Updating ranger value on drag.
1212

13-
* Want to add another example? [Submit a PR!](https://github.com/tanstack/react-ranger/compare)
13+
* Want to add another example? [Submit a PR!](https://github.com/tanstack/ranger/compare)

packages/ranger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "https://github.com/tannerlinsley/react-ranger#readme",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/tanstack/react-ranger.git"
10+
"url": "git+https://github.com/tanstack/ranger.git"
1111
},
1212
"publishConfig": {
1313
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)