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 11, 2017
1 parent 4e6e4a9 commit ddb645c
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,23 @@
"files": [
"dist/"
],
"keywords": [],
"keywords": [
"async",
"async-await",
"asynchronous",
"await",
"callback",
"defaults",
"minimal",
"native",
"native-promise",
"promise",
"promisify",
"sane",
"simple",
"sync",
"tiny"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down Expand Up @@ -116,4 +132,4 @@
"verb-generate-readme"
]
}
}
}

0 comments on commit ddb645c

Please sign in to comment.