We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f26bfc commit 3831edbCopy full SHA for 3831edb
package.json
@@ -0,0 +1,23 @@
1
+{
2
+ "name": "react-router-hash-link-scroll",
3
+ "version": "0.1.0",
4
+ "description": "Hash link scroll functionality for React Router v4",
5
+ "main": "lib/index.js",
6
+ "scripts": {
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/rafrex/react-router-hash-link-scroll.git"
11
12
+ "keywords": [
13
+ "react-router",
14
+ "link",
15
+ "hash-link"
16
+ ],
17
+ "author": "Rafael Pedicini <code@rafrex.com>",
18
+ "license": "MIT",
19
+ "bugs": {
20
+ "url": "https://github.com/rafrex/react-router-hash-link-scroll/issues"
21
22
+ "homepage": "https://github.com/rafrex/react-router-hash-link-scroll#readme"
23
+}
0 commit comments