Skip to content

Commit 57880ad

Browse files
committed
Change name to react-router-hash-link
1 parent e3c44d9 commit 57880ad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-router-hash-link-scroll",
2+
"name": "react-router-hash-link",
33
"version": "0.1.0",
44
"description": "Hash link scroll functionality for React Router v4",
55
"main": "lib/index.js",
@@ -13,7 +13,7 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/rafrex/react-router-hash-link-scroll.git"
16+
"url": "git+https://github.com/rafrex/react-router-hash-link.git"
1717
},
1818
"keywords": [
1919
"react-router",
@@ -23,9 +23,8 @@
2323
"author": "Rafael Pedicini <code@rafrex.com>",
2424
"license": "MIT",
2525
"bugs": {
26-
"url": "https://github.com/rafrex/react-router-hash-link-scroll/issues"
26+
"url": "https://github.com/rafrex/react-router-hash-link/issues"
2727
},
28-
"homepage": "https://github.com/rafrex/react-router-hash-link-scroll#readme",
2928
"peerDependencies": {
3029
"react": "^15.0.0",
3130
"react-router-dom": "^4.0.0"

0 commit comments

Comments
 (0)