Skip to content

Commit 18dcda5

Browse files
chore(package.json): Adding keywords
Adding keywords to package.js for better searchability in NPM
1 parent c542197 commit 18dcda5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

+11
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
"files": [
1414
"dist"
1515
],
16+
"keywords": [
17+
"css",
18+
"chunks",
19+
"code splitting",
20+
"mini-css",
21+
"hot",
22+
"hmr",
23+
"universal",
24+
"webpack",
25+
"webpack 4"
26+
],
1627
"license": "MIT",
1728
"scripts": {
1829
"start": "npm run build -- -w",

0 commit comments

Comments
 (0)