Skip to content

Commit

Permalink
build: add "keywords" to package.json
Browse files Browse the repository at this point in the history
so package can be found on npm search
  • Loading branch information
AviVahl committed Apr 16, 2020
1 parent 7514d5e commit 34539ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
"engines": {
"node": ">=12"
},
"keywords": [
"publish",
"packages",
"workspace",
"npm",
"yarn",
"ci",
"automation",
"upgrade"
],
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 34539ee

Please sign in to comment.