Skip to content

Commit 6535dd7

Browse files
committed
add keywords, license, and repository
1 parent 610eda7 commit 6535dd7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,25 @@
1515
"start": "webpack --watch --mode development",
1616
"build": "webpack --mode production"
1717
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/StephenWeiXu/react-scrollspy-nav"
21+
},
1822
"author": "Wei Xu",
23+
"license": "MIT",
1924
"devDependencies": {
2025
"@babel/core": "^7.0.0",
2126
"@babel/preset-env": "^7.0.0",
2227
"@babel/preset-react": "^7.0.0",
2328
"babel-loader": "^8.0.2",
2429
"webpack-cli": "^3.1.0"
25-
}
30+
},
31+
"keywords": [
32+
"react",
33+
"component",
34+
"scrollspy",
35+
"scroll",
36+
"scrollspy-nav",
37+
"nav"
38+
]
2639
}

0 commit comments

Comments
 (0)