Skip to content

Commit 0a4b976

Browse files
committed
repository renamed
1 parent 0d26852 commit 0a4b976

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
.idea

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "radial-progress",
2+
"name": "react-radial-progress",
33
"version": "1.0.0",
44
"description": "a radial progress bar in react js and SVG",
55
"main": "src/index.js",
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/samidarko/radial-progress.git"
11+
"url": "git+https://github.com/samidarko/react-radial-progress.git"
1212
},
1313
"keywords": [
1414
"radial",
@@ -20,7 +20,7 @@
2020
"author": "Sami Darko <samidarko@gmail.com> (https://github.com/samidarko)",
2121
"license": "MIT",
2222
"bugs": {
23-
"url": "https://github.com/samidarko/radial-progress/issues"
23+
"url": "https://github.com/samidarko/react-radial-progress/issues"
2424
},
25-
"homepage": "https://github.com/samidarko/radial-progress#readme"
25+
"homepage": "https://github.com/samidarko/react-radial-progress#readme"
2626
}

0 commit comments

Comments
 (0)