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 610eda7 commit 6535dd7Copy full SHA for 6535dd7
package.json
@@ -15,12 +15,25 @@
15
"start": "webpack --watch --mode development",
16
"build": "webpack --mode production"
17
},
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/StephenWeiXu/react-scrollspy-nav"
21
+ },
22
"author": "Wei Xu",
23
+ "license": "MIT",
24
"devDependencies": {
25
"@babel/core": "^7.0.0",
26
"@babel/preset-env": "^7.0.0",
27
"@babel/preset-react": "^7.0.0",
28
"babel-loader": "^8.0.2",
29
"webpack-cli": "^3.1.0"
- }
30
31
+ "keywords": [
32
+ "react",
33
+ "component",
34
+ "scrollspy",
35
+ "scroll",
36
+ "scrollspy-nav",
37
+ "nav"
38
+ ]
39
}
0 commit comments