Skip to content

Commit a35857e

Browse files
authored
[package.json] add keywords
enhance SEO discovery of package
1 parent 22b044f commit a35857e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"main": "./dist/index.js",
66
"module": "./es/index.js",
77
"jsnext:main": "./es/index.js",
8+
"keywords": [
9+
"react",
10+
"react-component",
11+
"material design",
12+
"material-ui"
13+
],
814
"scripts": {
915
"build": "npm-run-all build:dist:* build:es:*",
1016
"build:dist:js": "webpack --config webpack.config.dist.js -p",

0 commit comments

Comments
 (0)