Skip to content

Commit

Permalink
fix(package): add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Feb 11, 2017
1 parent c77e50b commit bfa5833
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,27 @@
"files": [
"dist/"
],
"keywords": [],
"keywords": [
"dom",
"hast",
"html",
"hyperscript",
"mich",
"render",
"render-to-string",
"rendering",
"server",
"server-side-rendering",
"side",
"ssr",
"str",
"string",
"to",
"to-html",
"to-string",
"virtual",
"virtual-dom"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down Expand Up @@ -103,4 +123,4 @@
"reflinks": true
}
}
}
}

0 comments on commit bfa5833

Please sign in to comment.