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 8, 2017
1 parent dc7abd1 commit fa4e85f
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,30 @@
"index.js",
"fixtures/"
],
"keywords": [],
"keywords": [
"browserify",
"cfg",
"complex",
"config",
"config-management",
"configuration",
"load",
"load-config",
"load-plugin",
"load-transform",
"manage",
"management",
"plugin",
"plugins",
"presets",
"resolve",
"resolver",
"resolving",
"sync",
"synchronous",
"transform",
"transforms"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down Expand Up @@ -90,8 +113,11 @@
"eslintConfig": {
"extends": "standard",
"rules": {
"semi": [2, "never"],
"semi": [
2,
"never"
],
"no-extra-semi": 2
}
}
}
}

0 comments on commit fa4e85f

Please sign in to comment.