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 Mar 13, 2017
1 parent ad1c032 commit ff84b05
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,30 @@
"files": [
"index.js"
],
"keywords": [],
"keywords": [
"check",
"clean",
"clean-stack",
"clean-stacktrace",
"column",
"err",
"error",
"error-stack",
"error-stack-traces",
"line",
"meta",
"metadata",
"relative",
"short",
"short-stack",
"show",
"show-stack",
"showstack",
"stack",
"stacktrace",
"traces",
"typeof"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down Expand Up @@ -79,4 +102,4 @@
"branches": 100,
"lines": 100
}
}
}

0 comments on commit ff84b05

Please sign in to comment.