Skip to content

Commit

Permalink
Update repository links
Browse files Browse the repository at this point in the history
  • Loading branch information
bezenson committed Feb 1, 2024
1 parent 42ae22e commit 27885f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ const App = () => {

## Issues

Found an issue? You are welcome [here](https://github.com/inferusvv/react-odometerjs/issues).
Found an issue? You are welcome [here](https://github.com/bezenson/react-odometerjs/issues).
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-odometerjs",
"version": "3.1.0",
"version": "3.1.1",
"description": "Odometer.js as a React component",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -11,7 +11,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/inferusvv/react-odometerjs.git"
"url": "git+https://github.com/bezenson/react-odometerjs.git"
},
"keywords": [
"react",
Expand All @@ -27,9 +27,9 @@
"author": "Vladislav Bezenson",
"license": "MIT",
"bugs": {
"url": "https://github.com/inferusvv/react-odometerjs/issues"
"url": "https://github.com/bezenson/react-odometerjs/issues"
},
"homepage": "https://github.com/inferusvv/react-odometerjs#readme",
"homepage": "https://github.com/bezenson/react-odometerjs#readme",
"dependencies": {
"odometer": "^0.4.8"
},
Expand Down

0 comments on commit 27885f3

Please sign in to comment.